Skip to content

Commit ff71569

Browse files
authored
Fix wording for linting instructions in configuration.md
1 parent da29c3e commit ff71569

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)