Skip to content

Commit

Permalink
Typo fix - Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: kirkrodrigues <[email protected]>
  • Loading branch information
junhaoliao and kirkrodrigues authored Sep 16, 2024
1 parent 712476f commit 3fa73aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3fa73aa

Please sign in to comment.