Skip to content

Commit 377417c

Browse files
authored
Fix wording for linting instructions in configuration.md (#16921)
Fixed a small typo in the docs. changelog: none
2 parents 09a5b1e + ff71569 commit 377417c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/src/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This also works with lint groups. For example, you can run Clippy with warnings
7979
cargo clippy -- -W clippy::pedantic
8080
```
8181

82-
If you care only about a certain lints, you can allow all others and then explicitly warn on the lints you are
82+
If you care only about certain lints, you can allow all others and then explicitly warn on the lints you are
8383
interested in:
8484

8585
```terminal

0 commit comments

Comments
 (0)