diff --git a/src/docs/markdown/caddyfile/directives/rewrite.md b/src/docs/markdown/caddyfile/directives/rewrite.md index ad1c30d..86d1338 100644 --- a/src/docs/markdown/caddyfile/directives/rewrite.md +++ b/src/docs/markdown/caddyfile/directives/rewrite.md @@ -23,7 +23,7 @@ rewrite [] - **<to>** is the URI to rewrite the request to. Only the components of the URI (path or query string) that are specified in the rewrite will be operated on. The URI path is any substring that comes before `?`. If `?` is omitted, then the whole token is considered to be the path. -Prior to v2.8.0, that the `` argument could be confused by the parser for a [matcher token](/docs/caddyfile/matchers#syntax) if it began with `/`, so it was necessary to specify a wildcard matcher token (`*`). +Prior to v2.8.0, the `` argument could be confused by the parser for a [matcher token](/docs/caddyfile/matchers#syntax) if it began with `/`, so it was necessary to specify a wildcard matcher token (`*`). ## Similar directives