Skip to content

Commit 9e78cf5

Browse files
Fixing formatting issue
1 parent b8c89ff commit 9e78cf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ide/text-spell-checker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ You can customize the spell checker so that it's optimized for a collaborative e
6161
By configuring an EditorConfig file, you can establish the coding standards that you expect everyone to follow, which allows you to maintain a coding consistency that might be difficult through other methods.
6262

6363
> [!IMPORTANT]
64-
> Spelling error options are file-specific. You must specify which files spelling options are applied to. In the following example, the spelling options are applied to all C# files in the solution.
65-
66-
```[*.cs]```
64+
> Spelling error options are file-specific. You must specify which files spelling options are applied to. In the following example, the spelling options are applied to all C# files in the solution:
65+
>
66+
>```[*.cs]```
6767
6868
Here are some examples and use-case scenarios of the switches you can configure in an EditorConfig file:
6969

0 commit comments

Comments
 (0)