From fdfd7fd5a2cdc09790429d2d2a55a2c180b7c30a Mon Sep 17 00:00:00 2001 From: Jamison Dance Date: Thu, 6 Aug 2020 10:31:06 -0600 Subject: [PATCH] docs: Minor grammar fix (#67) * grammar fixes * Update src/docs/markdown/caddyfile/matchers.md Co-authored-by: Matt Holt --- src/docs/markdown/caddyfile/matchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/matchers.md b/src/docs/markdown/caddyfile/matchers.md index c046641..0ade1b2 100644 --- a/src/docs/markdown/caddyfile/matchers.md +++ b/src/docs/markdown/caddyfile/matchers.md @@ -98,7 +98,7 @@ Path matcher tokens must start with a forward slash `/`. ### Named matchers -All matchers that are not comprised of a single path matcher or a wildcard matcher must be named matchers. This is a matcher that is defined outside of any particular directive, and can be reused. +All matchers that are not path or wildcard matchers must be named matchers. This is a matcher that is defined outside of any particular directive, and can be reused. Defining a matcher with a unique name gives you more flexibility, allowing you to combine [any available matchers](#standard-matchers) into a set: