root: Fix typo and change word (#272)

This commit is contained in:
Eddie Lebow 2022-09-30 02:14:24 -04:00 committed by GitHub
parent 2541c63775
commit cec799bd2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ root [<matcher>] <path>
- **&lt;path&gt;** is the path to use for the site root.
Note that the `<path>` 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 `<path>` 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