diff options
Diffstat (limited to 'modules/caddyhttp/staticerror.go')
-rw-r--r-- | modules/caddyhttp/staticerror.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/caddyhttp/staticerror.go b/modules/caddyhttp/staticerror.go index 914e6c148..7cf1a3e95 100644 --- a/modules/caddyhttp/staticerror.go +++ b/modules/caddyhttp/staticerror.go @@ -53,9 +53,9 @@ func (StaticError) CaddyModule() caddy.ModuleInfo { // UnmarshalCaddyfile sets up the handler from Caddyfile tokens. Syntax: // -// error [<matcher>] <status>|<message> [<status>] { -// message <text> -// } +// error [<matcher>] <status>|<message> [<status>] { +// message <text> +// } // // If there is just one argument (other than the matcher), it is considered // to be a status code if it's a valid positive integer of 3 digits. |