Skip to content

Commit 3e083a8

Browse files
authored
Fix spelling mistake
1 parent 065af6a commit 3e083a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

documentation/Configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -594,9 +594,9 @@ metadata | Class1`3.cs
594594

595595
It is possible to define your preferred configuration once and reuse it across multiple independent projects. This involves rolling out your own NuGet package,
596596
which will contain the `stylecop.json` configuration and potentially a custom ruleset file. A custom `.props` file glues that configuration to any project
597-
that wil use the NuGet package.
597+
that will use the NuGet package.
598598

599-
Example nuspec file:
599+
Example `.nuspec` file:
600600

601601
```xml
602602
<?xml version="1.0"?>
@@ -616,7 +616,7 @@ Example nuspec file:
616616
</package>
617617
```
618618

619-
Example props file:
619+
Example `.props` file:
620620

621621
```xml
622622
<?xml version="1.0" encoding="utf-8"?>

0 commit comments

Comments
 (0)