diff --git a/new-log-viewer/src/components/Editor/MonacoInstance/index.tsx b/new-log-viewer/src/components/Editor/MonacoInstance/index.tsx index 2df8d4ac..94d6089a 100644 --- a/new-log-viewer/src/components/Editor/MonacoInstance/index.tsx +++ b/new-log-viewer/src/components/Editor/MonacoInstance/index.tsx @@ -102,7 +102,7 @@ const MonacoInstance = ({ onMount, ]); - // On `themeName` update, set theme in the editor. + // On `themeName` update, set the theme in the editor. useEffect(() => { monaco.editor.setTheme(themeName); }, [themeName]);