Skip to content

Commit 3fa73aa

Browse files
Typo fix - Apply suggestions from code review
Co-authored-by: kirkrodrigues <[email protected]>
1 parent 712476f commit 3fa73aa

File tree

1 file changed

+1
-1
lines changed
  • new-log-viewer/src/components/Editor/MonacoInstance

1 file changed

+1
-1
lines changed

new-log-viewer/src/components/Editor/MonacoInstance/typings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {ACTION_NAME} from "../../../utils/actions";
99

1010
enum TOKEN_NAMES {
1111
CUSTOM_INFO = "customInfo",
12-
CUSTOM_WARN = "customEarn",
12+
CUSTOM_WARN = "customWarn",
1313
CUSTOM_ERROR = "customError",
1414
CUSTOM_FATAL = "customFatal",
1515
CUSTOM_DATE = "customDate",

0 commit comments

Comments
 (0)