From 6013d7f7ed3b00877d0a66761df3e649aea47c55 Mon Sep 17 00:00:00 2001 From: Arsh <69170106+lilnasy@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:01:43 -0500 Subject: [PATCH] quote tokens --- src/docs/markdown/caddyfile/response-matchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.