From 06fef09ff6cc478cc9c1331c20d1abf9531b5d86 Mon Sep 17 00:00:00 2001 From: x08d <65789885+x08d@users.noreply.github.com> Date: Mon, 25 May 2020 18:59:33 +0200 Subject: [PATCH] docs: Fix typo in handle_errors (#50) --- 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 fc049ff..5761789 100644 --- a/src/docs/markdown/caddyfile/directives/handle_errors.md +++ b/src/docs/markdown/caddyfile/directives/handle_errors.md @@ -6,7 +6,7 @@ title: handle_errors (Caddyfile directive) Sets up error handlers. -When the normal HTTP request handlers return an error, normal procesing stops and the error handlers are invoked. Error handlers form a route which is just like normal routes, and they can do anything that normal routes can do. This enables great control and flexibility when handling errors during HTTP requests. +When the normal HTTP request handlers return an error, normal processing stops and the error handlers are invoked. Error handlers form a route which is just like normal routes, and they can do anything that normal routes can do. This enables great control and flexibility when handling errors during HTTP requests. ## Syntax