From e88ea5dca5f3f229909bd2bb807703f150793add Mon Sep 17 00:00:00 2001 From: James Alseth Date: Wed, 9 Sep 2020 13:32:13 -0700 Subject: [PATCH] Fix typo in logging_disable_banner docs (#2289) --- docs/infrastructure/configuring-the-fleet-binary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/infrastructure/configuring-the-fleet-binary.md b/docs/infrastructure/configuring-the-fleet-binary.md index 5d760a3317..338a9d63a5 100644 --- a/docs/infrastructure/configuring-the-fleet-binary.md +++ b/docs/infrastructure/configuring-the-fleet-binary.md @@ -649,7 +649,7 @@ Whether or not to log the welcome banner. ``` logging: - diable_banner: true + disable_banner: true ``` #### Filesystem