From f273a8635e20e42f9fcd3fa6422d8ec78f46969a Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Sat, 25 Jun 2016 20:46:42 +0200 Subject: [PATCH] typos --- docs/source/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/config.rst b/docs/source/config.rst index bc5fdf71e..7ddab18d9 100644 --- a/docs/source/config.rst +++ b/docs/source/config.rst @@ -111,7 +111,7 @@ This is the main emqttd broker configuration file. File Syntax ----------- -The file users the standard Erlang config syntax, consists of a list of erlang applications and their environments. +The file use the standard Erlang config syntax and consists of a list of erlang applications and their environments. .. code-block:: erlang @@ -541,7 +541,7 @@ Plugins Folder TCP Listeners ------------- -Congfigure the TCP listeners for MQTT, MQTT(SSL) and HTTP Protocols. +Configure the TCP listeners for MQTT, MQTT(SSL) and HTTP Protocols. The most important parameter is 'max_clients' - max concurrent clients allowed.