diff --git a/src/docs/markdown/caddyfile/matchers.md b/src/docs/markdown/caddyfile/matchers.md index 71e0e5f..c59343d 100644 --- a/src/docs/markdown/caddyfile/matchers.md +++ b/src/docs/markdown/caddyfile/matchers.md @@ -223,14 +223,19 @@ By the method (verb) of the HTTP request. Verbs should be uppercase, like `POST` ### not +``` +not +``` + +Or + ``` not { } ``` -Encloses other matchers and negates their result. - +Encloses one or more other matchers and negates their result. ### path