From 584a866bc17020901018004e2b572bbdba09f676 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Sat, 18 Aug 2018 18:35:36 -0700 Subject: [PATCH] fix comment --- components/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Editor.js b/components/Editor.js index 15f5bb9..0c05359 100644 --- a/components/Editor.js +++ b/components/Editor.js @@ -97,7 +97,7 @@ class Editor extends React.Component { online: Boolean(window && window.navigator && window.navigator.onLine) } - // Makes sure the slash in encoded in application/X is decoded + // Makes sure the slash in 'application/X' is decoded if (newState.language) { newState.language = unescapeHtml(newState.language) }