We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a71619 commit 81e5954Copy full SHA for 81e5954
Docs/Configuration.md
@@ -80,7 +80,7 @@ The long term plan is to improve Csharpier's ability to determine the symbol set
80
81
### EditorConfig
82
83
-CSharpier supports configuration via an `.editorconfig` file. A `.csahrpierrc*` file in the same directory will take priority.
+CSharpier supports configuration via an `.editorconfig` file. A `.csharpierrc*` file in the same directory will take priority.
84
85
```ini
86
[*]
@@ -95,4 +95,4 @@ indent_style = space
95
indent_size = 4
96
max_line_length = 100
97
98
-```
+```
0 commit comments