Skip to content

Commit 82b35d8

Browse files
authored
Fix JSON key formatting in formatter.md (#9593)
Quotation marks and square brackets were swapped in the example configuration.
1 parent 4d31f6e commit 82b35d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/content/docs/docs/handbook/formatter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ For VS Code to respect the TypeSpec standard style set the following options sty
4444

4545
```json title=.vscode/settings.json
4646
{
47-
["typespec"]: {
47+
"[typespec]": {
4848
"editor.detectIndentation": false,
4949
"editor.insertSpaces": true,
50-
"editor.tabSize": 2,
50+
"editor.tabSize": 2
5151
}
5252
}
5353
```

0 commit comments

Comments
 (0)