From f5228aefee6950865be5bfce19c8e45d69da33e3 Mon Sep 17 00:00:00 2001 From: Junhao Liao Date: Thu, 12 Sep 2024 03:22:48 -0400 Subject: [PATCH] Update docs. --- new-log-viewer/src/components/Editor/MonacoInstance/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);