Merge pull request #607 from ralphtheninja/patch-1

typos
This commit is contained in:
Feng Lee 2016-06-26 11:22:07 +08:00 committed by GitHub
commit 8e6a0ec7ad
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ This is the main emqttd broker configuration file.
File Syntax 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 .. code-block:: erlang
@ -541,7 +541,7 @@ Plugins Folder
TCP Listeners 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. The most important parameter is 'max_clients' - max concurrent clients allowed.