diff --git a/src/docs/markdown/extending-caddy/placeholders.md b/src/docs/markdown/extending-caddy/placeholders.md index 3416efc..1bb3768 100644 --- a/src/docs/markdown/extending-caddy/placeholders.md +++ b/src/docs/markdown/extending-caddy/placeholders.md @@ -18,7 +18,7 @@ Placeholders-like strings which start with a dollar sign (`{$FOO}`), are evaulat It is therefore important to understand that `{env.HOST}` is inherently different from something like `{$HOST}`. -As an example, see the following caddyfile: +As an example, see the following Caddyfile: ```caddyfile :8080 { respond {$HOST} 200