docs: Fix typo in handle_errors (#50)

This commit is contained in:
x08d 2020-05-25 18:59:33 +02:00 committed by GitHub
parent e237871877
commit 06fef09ff6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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