From 4cc990cd384e568bbeaa2561af22a7490026dfa5 Mon Sep 17 00:00:00 2001 From: k-kuroguro Date: Wed, 14 Jul 2021 12:23:20 +0900 Subject: [PATCH] fix typo --- theme-sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-sample/README.md b/theme-sample/README.md index c7e6d98b..ee844575 100644 --- a/theme-sample/README.md +++ b/theme-sample/README.md @@ -26,7 +26,7 @@ Sample Dark - Press `F5` to open a new window with your extension loaded. - Open `File > Preferences > Color Themes` (or `Code > Preferences > Color Theme` on macOS), and pick `Sample Light` or `Sample Dark`. -- Open a file that has a language associated. The languages' configured grammar will tokenize the text and assign 'scopes' to the tokens. To examine these scopes, invoke the `Inspect TM Scopes` command from the Commmand Palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac) . +- Open a file that has a language associated. The languages' configured grammar will tokenize the text and assign 'scopes' to the tokens. To examine these scopes, invoke the `Inspect TM Scopes` command from the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac) . ## Make changes