From 0652a7b0a90d49e94cfcc47eb2f88b8fbd274373 Mon Sep 17 00:00:00 2001 From: Max Rumpf Date: Tue, 2 Oct 2018 10:44:01 +0200 Subject: [PATCH] Fix grammar error (allows vs allow) (#6426) --- source/_docs/mqtt/logging.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/mqtt/logging.markdown b/source/_docs/mqtt/logging.markdown index d4deaf4f48e..64c627a84f2 100644 --- a/source/_docs/mqtt/logging.markdown +++ b/source/_docs/mqtt/logging.markdown @@ -10,7 +10,7 @@ footer: true logo: mqtt.png --- -The [logger](/components/logger/) component allow the logging of received MQTT messages. +The [logger](/components/logger/) component allows the logging of received MQTT messages. ```yaml # Example configuration.yaml entry