From 8c1d6dc290f34fbb5066ebb506db2b6f2c18511f Mon Sep 17 00:00:00 2001 From: Junhao Liao Date: Tue, 24 Sep 2024 01:30:18 -0400 Subject: [PATCH] Fix typo in docs - apply sugguestions. Co-authored-by: davemarco <83603688+davemarco@users.noreply.github.com> --- new-log-viewer/src/typings/tab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-log-viewer/src/typings/tab.ts b/new-log-viewer/src/typings/tab.ts index 3daa9877..b2e8b1bf 100644 --- a/new-log-viewer/src/typings/tab.ts +++ b/new-log-viewer/src/typings/tab.ts @@ -5,7 +5,7 @@ enum TAB_NAME { } /** - * Mps the TAB_NAME enum values to their corresponding display names. + * Maps the TAB_NAME enum values to their corresponding display names. */ const TAB_DISPLAY_NAMES: Record = Object.freeze({ [TAB_NAME.NONE]: "None",