From 0e6468bd0dd8339a4ed63f4b22514659ef771634 Mon Sep 17 00:00:00 2001 From: Eddie Lebow Date: Fri, 30 Sep 2022 01:26:21 -0400 Subject: [PATCH] Typo and word change in `root` documentation --- src/docs/markdown/caddyfile/directives/root.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/directives/root.md b/src/docs/markdown/caddyfile/directives/root.md index 34d0613..998e057 100644 --- a/src/docs/markdown/caddyfile/directives/root.md +++ b/src/docs/markdown/caddyfile/directives/root.md @@ -19,7 +19,7 @@ root [] - **<path>** is the path to use for the site root. -Note that the `` argument could be confused by the parser as a [matcher token](/docs/caddyfile/matchers#syntax) if the it begins with `/`. To disambiguate, specify a wildcard matcher token (`*`). See examples below. +Note that the `` argument could be confused by the parser for a [matcher token](/docs/caddyfile/matchers#syntax) if it begins with `/`. To disambiguate, specify a wildcard matcher token (`*`). See examples below. ## Examples