From 80fcd7cbd5325beaf677c35b0c6285007d6cefe1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 12 Sep 2016 18:52:36 +0200 Subject: [PATCH] Fix typo --- source/_components/modbus.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/modbus.markdown b/source/_components/modbus.markdown index 53b1e9d6339..1c582e0ea0d 100644 --- a/source/_components/modbus.markdown +++ b/source/_components/modbus.markdown @@ -20,7 +20,7 @@ To add modbus to your installation, add the following to your `configuration.yam For a network connection: ```yaml -#Modbus TCP +# Example configuration.yaml entry for a TCP connection modbus: type: tcp host: IP_ADDRESS @@ -31,12 +31,12 @@ Configuration variables: - **type** (*Required*): Type of the connection to Modbus. - **host** (*Required*): The IP address of your router, eg. 192.168.1.1. -- **port** (*Required*): The port for the comminication. +- **port** (*Required*): The port for the communication. For a serial connection: ```yaml -# Example configuration.yaml entry +# Example configuration.yaml entry for a serial connection modbus: type: serial method: rtu