From 5af916afaad712d33340d469b20be8ad1224c34a Mon Sep 17 00:00:00 2001 From: Jay Sprenkle <427289+jsprenkle@users.noreply.github.com> Date: Sun, 24 Jan 2021 08:51:42 -0600 Subject: [PATCH] [mqtt.generic] Update README.md (#9881) Correct grammar in troubleshooting section --- bundles/org.openhab.binding.mqtt.generic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.mqtt.generic/README.md b/bundles/org.openhab.binding.mqtt.generic/README.md index 6bac6e4d9..891b931fa 100644 --- a/bundles/org.openhab.binding.mqtt.generic/README.md +++ b/bundles/org.openhab.binding.mqtt.generic/README.md @@ -286,4 +286,4 @@ Any outgoing value transformation will **always** result in a __string__ value. ## Troubleshooting * If you get the error "No MQTT client": Please update your installation. -* If you use the Mosquitto broker: Please be aware that there is a relatively low setting for retained messages. At some point messages will just not being delivered anymore: Change the setting. +* If you use the Mosquitto broker: Please be aware that there is a relatively low setting for retained messages. If at some point messages stop being delivered change the setting.