Skip to content

Commit b68c57a

Browse files
authored
typo improvement (#1450)
"// use ⌘-K S to format without saving": It might be clearer to say "// use ⌘-K S (or Ctrl-K S) to format without saving", to ensure users who aren't using macOS can also understand the keyboard shortcut.
1 parent 03b3fc5 commit b68c57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
// Prettier
33
"editor.defaultFormatter": "esbenp.prettier-vscode",
4-
"editor.formatOnSave": true, // use ⌘-K S to format without saving
4+
"editor.formatOnSave": true, // use ⌘-K S (or Ctrl-K S) to format without saving
55

66
// Disable built-in formatters
77
"html.format.enable": false,

0 commit comments

Comments
 (0)