From e951457b7aaa1b12b135588d36e3f4db4d7b8463 Mon Sep 17 00:00:00 2001 From: Piper Date: Thu, 9 Jul 2020 12:57:13 -0700 Subject: [PATCH] Docs: fix wording in configuring.md (#13469) * Fix wording in configuring.md * Update docs/user-guide/configuring.md Co-authored-by: Nicholas C. Zakas Co-authored-by: Nicholas C. Zakas --- docs/user-guide/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/configuring.md b/docs/user-guide/configuring.md index 373a0fb05b4..50a0341fd06 100644 --- a/docs/user-guide/configuring.md +++ b/docs/user-guide/configuring.md @@ -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 {