From a8700f7a04294571956c21fd8af413d8a9a34277 Mon Sep 17 00:00:00 2001 From: Luo Peng Date: Sat, 16 Jan 2021 01:26:22 +0800 Subject: [PATCH] docs: caddyfile: Minor grammar fix (closes #126) (#127) --- src/docs/markdown/caddyfile/directives/log.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/markdown/caddyfile/directives/log.md b/src/docs/markdown/caddyfile/directives/log.md index f299d93..44b4b10 100644 --- a/src/docs/markdown/caddyfile/directives/log.md +++ b/src/docs/markdown/caddyfile/directives/log.md @@ -18,7 +18,7 @@ log { } ``` -- **output** configures a where to write the logs to. See [Output modules](#output-modules) below. Default: `stderr` +- **output** configures where to write the logs. See [Output modules](#output-modules) below. Default: `stderr` - **format** describes how to encode, or format, the logs. See [Format modules](#format-modules) below. Default: `console` if `stdout` is detected to be a terminal, `json` otherwise. - **level** is the minimum entry level to log. Default: `INFO` @@ -244,4 +244,4 @@ log { } } } -``` \ No newline at end of file +```