Apply suggestions from code review

This commit is contained in:
Francis Lavoie 2023-11-07 18:22:32 -05:00 committed by GitHub
parent d323766360
commit 3567012120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -182,7 +182,9 @@ The closing marker can be indented, which causes every line of text to have that
Additional tokens may follow the closing marker as arguments to the directive (such as in the example above, the status code `200`).
<aside class="advice">
The [`caddy fmt`](/docs/command-line#caddy-fmt) command [does not support](https://github.com/caddyserver/caddy/issues/5930#issuecomment-1797709061) heredocs.
</aside>

View file

@ -235,7 +235,9 @@ Formats or prettifies a Caddyfile, then exits. The result is printed to stdout u
<aside class="advice">
The `caddy fmt` command [does not support](https://github.com/caddyserver/caddy/issues/5930#issuecomment-1797709061) [heredocs](/docs/caddyfile/concepts#heredocs).
</aside>