Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Dec 4, 2019
1 parent 45dcc35 commit 537e259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/language-extensions/language-configuration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ In VS Code, there are three kinds of folding:
}
```
For example, `if (true) {` matches `increasedIndentPattern`, then if you press `kbstyle(Enter)` after the open bracket `{`, the editor will automatically indent once, and your code will end up as:
For example, `if (true) {` matches `increaseIndentPattern`, then if you press `kbstyle(Enter)` after the open bracket `{`, the editor will automatically indent once, and your code will end up as:
```javascript
if (true) {
Expand Down

0 comments on commit 537e259

Please sign in to comment.