Skip to content

Commit 81e5954

Browse files
authored
Fix typo in Configuration.md (#986)
1 parent 0a71619 commit 81e5954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docs/Configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The long term plan is to improve Csharpier's ability to determine the symbol set
8080

8181
### EditorConfig
8282

83-
CSharpier supports configuration via an `.editorconfig` file. A `.csahrpierrc*` file in the same directory will take priority.
83+
CSharpier supports configuration via an `.editorconfig` file. A `.csharpierrc*` file in the same directory will take priority.
8484

8585
```ini
8686
[*]
@@ -95,4 +95,4 @@ indent_style = space
9595
indent_size = 4
9696
max_line_length = 100
9797
98-
```
98+
```

0 commit comments

Comments
 (0)