From d03f9e5e5c335223f7aa6be7b8a6bfbb1289aad5 Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Sun, 23 Feb 2025 19:08:09 +0300 Subject: [PATCH] caddyfile: fix typo in options docs (#454) --- src/docs/markdown/caddyfile/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/options.md b/src/docs/markdown/caddyfile/options.md index f01e978..8daa55f 100644 --- a/src/docs/markdown/caddyfile/options.md +++ b/src/docs/markdown/caddyfile/options.md @@ -329,7 +329,7 @@ The name can be passed to indicate a specific logger for which to customize the Multiple loggers with different names can be configured by using the `log` multiple times. -The differs from the [`log` directive](/docs/caddyfile/directives/log), which only configures HTTP request logging (also known as access logs). The `log` global option shares its configuration structure with the directive (except for `include` and `exclude`), and complete documentation can be found on the directive's page. +This differs from the [`log` directive](/docs/caddyfile/directives/log), which only configures HTTP request logging (also known as access logs). The `log` global option shares its configuration structure with the directive (except for `include` and `exclude`), and complete documentation can be found on the directive's page. - **output** configures where to write the logs.