From 3fa73aab48cc5569b79df3143c8229cdc90a64d8 Mon Sep 17 00:00:00 2001 From: Junhao Liao Date: Mon, 16 Sep 2024 15:41:07 -0400 Subject: [PATCH] Typo fix - Apply suggestions from code review Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com> --- new-log-viewer/src/components/Editor/MonacoInstance/typings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-log-viewer/src/components/Editor/MonacoInstance/typings.ts b/new-log-viewer/src/components/Editor/MonacoInstance/typings.ts index dd98d3dd..a0323a2c 100644 --- a/new-log-viewer/src/components/Editor/MonacoInstance/typings.ts +++ b/new-log-viewer/src/components/Editor/MonacoInstance/typings.ts @@ -9,7 +9,7 @@ import {ACTION_NAME} from "../../../utils/actions"; enum TOKEN_NAMES { CUSTOM_INFO = "customInfo", - CUSTOM_WARN = "customEarn", + CUSTOM_WARN = "customWarn", CUSTOM_ERROR = "customError", CUSTOM_FATAL = "customFatal", CUSTOM_DATE = "customDate",