From 60be20ca46cf1a4189174692bd8871933064f8b3 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Mon, 22 Apr 2024 05:26:33 -0400 Subject: [PATCH] Update src/docs/markdown/caddyfile/directives/handle_errors.md Co-authored-by: Mohammed Al Sahaf --- src/docs/markdown/caddyfile/directives/handle_errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/directives/handle_errors.md b/src/docs/markdown/caddyfile/directives/handle_errors.md index e53c7f6..699b162 100644 --- a/src/docs/markdown/caddyfile/directives/handle_errors.md +++ b/src/docs/markdown/caddyfile/directives/handle_errors.md @@ -20,7 +20,7 @@ You may use the [`error`](error) directive to explicitly trigger an error based ## Syntax ```caddy-d -handle_errors { +handle_errors [] { } ```