diff --git a/src/docs/markdown/caddyfile/response-matchers.md b/src/docs/markdown/caddyfile/response-matchers.md index da8625e..d47d2bc 100644 --- a/src/docs/markdown/caddyfile/response-matchers.md +++ b/src/docs/markdown/caddyfile/response-matchers.md @@ -35,7 +35,7 @@ These typically only appear as config inside of certain other directives, to mak ## Syntax -If a directive accepts response matchers, the usage is represented as either [] or [] in the syntax documentation. +If a directive accepts response matchers, the usage is represented as either `[]` or `[]` in the syntax documentation. - The **** token can be the name of a previously declared named response matcher. For example: `@name`. - The **** token can be the response criteria itself, without requiring prior declaration. For example: `status 200`.