From cec799bd2ff3df36ac164b4eae51bd28a69a77b3 Mon Sep 17 00:00:00 2001 From: Eddie Lebow Date: Fri, 30 Sep 2022 02:14:24 -0400 Subject: [PATCH] root: Fix typo and change word (#272) --- 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