Skip to content

Commit

Permalink
Docs: fix wording in configuring.md (#13469)
Browse files Browse the repository at this point in the history
* Fix wording in configuring.md

* Update docs/user-guide/configuring.md

Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>

Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
  • Loading branch information
piperchester and nzakas committed Jul 9, 2020
1 parent 0af1d28 commit e951457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/configuring.md
Expand Up @@ -91,7 +91,7 @@ To specify processors in a configuration file, use the `processor` key with the
}
```

To specify processors for a specific kind of files, use the combination of the `overrides` key and the `processor` key. For example, the following uses the processor `a-plugin/markdown` for `*.md` files.
To specify processors for specific kinds of files, use the combination of the `overrides` key and the `processor` key. For example, the following uses the processor `a-plugin/markdown` for `*.md` files.

```json
{
Expand Down

0 comments on commit e951457

Please sign in to comment.