From a4d21f0631673bc93e84f6b763da0ece68c9caf8 Mon Sep 17 00:00:00 2001 From: Dirreck Date: Mon, 12 Feb 2024 00:28:53 +0800 Subject: [PATCH] Update docs/Configuration.md Co-authored-by: Bryan Conn <30739012+bconn98@users.noreply.github.com> --- docs/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index a86a6b5b..a7dd94a3 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -233,7 +233,7 @@ trigger: max_random_delay: 0 ``` -For `onstartup`, it has a optional field, _min_size_. It indicates the minimum size the file must have to roll over. A size of zero will cause a roll over no matter what the file size is. The default value is 1, which will prevent rolling over an empty file. +For `onstartup`, it has an optional field, _min_size_. It indicates the minimum size the file must have to roll over. A size of zero will cause a roll over no matter what the file size is. The default value is 1, which will prevent rolling over an empty file. i.e.