Skip to content

Commit 2309327

Browse files
authored
docs: fix typo in the "Configuring Rules" section (#20001)
Updated text from "by add a rules property" to "by adding a rules property"
1 parent 2b87e21 commit 2309327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/use/configure/configuration-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ You can override this setting using the [`--report-unused-inline-configs`](../co
522522

523523
### Configuring Rules
524524

525-
You can configure any number of rules in a configuration object by add a `rules` property containing an object with your rule configurations. The names in this object are the names of the rules and the values are the configurations for each of those rules. Here's an example:
525+
You can configure any number of rules in a configuration object by adding a `rules` property containing an object with your rule configurations. The names in this object are the names of the rules and the values are the configurations for each of those rules. Here's an example:
526526

527527
```js
528528
// eslint.config.js

0 commit comments

Comments
 (0)