Skip to content

Commit 810408c

Browse files
committed
Fix a spelling mistake
1 parent 1885aa2 commit 810408c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/DotNetCli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If the project is restored and built right now this will already run the analyze
1818

1919
## Rulesets and stylecop.json
2020

21-
To supply a ruleset file and a stylecop.json configuration file to the compiler they have to be manually added as arguments to the compiler. For this add the follwing under the `compilationOptions` node in the project.json file:
21+
To supply a ruleset file and a stylecop.json configuration file to the compiler they have to be manually added as arguments to the compiler. For this add the following under the `compilationOptions` node in the project.json file:
2222
```json
2323
"additionalArguments": [ "/ruleset:path/to/ruleset.ruleset", "/additionalfile:path/to/stylecop.json" ]
2424
```
@@ -31,4 +31,4 @@ All analyzers regarding xml documentation can only run if the xml processing is
3131
```
3232

3333
to the `compilationOptions` node of the project.json file. Note that this might cause additional CS1591 diagnostics to appear by the compiler.
34-
They can be suppressed in the ruleset file if necessary.
34+
They can be suppressed in the ruleset file if necessary.

0 commit comments

Comments
 (0)