Skip to content

Commit

Permalink
Fix typo in docs - apply sugguestions.
Browse files Browse the repository at this point in the history
Co-authored-by: davemarco <[email protected]>
  • Loading branch information
junhaoliao and davemarco authored Sep 24, 2024
1 parent ed64bcf commit 8c1d6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-log-viewer/src/typings/tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<TAB_NAME, string> = Object.freeze({
[TAB_NAME.NONE]: "None",
Expand Down

0 comments on commit 8c1d6dc

Please sign in to comment.