Skip to content

Commit c66384d

Browse files
authored
Minor doc typo (#8348)
1 parent a367a19 commit c66384d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/language-extensions/language-configuration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ if (true) {
217217
console.log();
218218
```
219219
220-
In addition to `increaseIndentPattern` and `decreaseIndentPatter`, there are two other indentation rules:
220+
In addition to `increaseIndentPattern` and `decreaseIndentPattern`, there are two other indentation rules:
221221
222222
- `indentNextLinePattern` - If a line matches this pattern, then **only the next line** after it should be indented once.
223223
- `unIndentedLinePattern` - If a line matches this pattern, then its indentation should not be changed and it should not be evaluated against the other rules.

0 commit comments

Comments
 (0)