diff --git a/website/src/content/docs/docs/handbook/formatter.md b/website/src/content/docs/docs/handbook/formatter.md index c82833f1fbb..748795ac1e3 100644 --- a/website/src/content/docs/docs/handbook/formatter.md +++ b/website/src/content/docs/docs/handbook/formatter.md @@ -44,10 +44,10 @@ For VS Code to respect the TypeSpec standard style set the following options sty ```json title=.vscode/settings.json { - ["typespec"]: { + "[typespec]": { "editor.detectIndentation": false, "editor.insertSpaces": true, - "editor.tabSize": 2, + "editor.tabSize": 2 } } ```