]> granicus.if.org Git - esp-idf/commitdiff
Small updates of wording
authorkrzychb <krzychb@gazeta.pl>
Mon, 21 Jan 2019 05:25:05 +0000 (06:25 +0100)
committerAnton Maklakov <anton@espressif.com>
Thu, 24 Jan 2019 11:50:55 +0000 (19:50 +0800)
docs/en/get-started-cmake/establish-serial-connection.rst
docs/en/get-started/establish-serial-connection.rst

index 7ddf9bfb6ab6912852d1485e2f008b7956ac8840..4c89accc84d0e339df310efdd076d8263a218ba8 100644 (file)
@@ -67,7 +67,7 @@ The currently logged user should have read and write access the serial port over
 
     sudo usermod -a -G dialout $USER
 
-on Arch linux instead this is done by adding the user to ``uucp`` group with the following command::
+on Arch Linux this is done by adding the user to ``uucp`` group with the following command::
 
     sudo usermod -a -G uucp $USER
 
index a9e4d753bf08f9ad4e7ce171d4284b8da2017a4d..7e0e3a91e1438fa2cfc2f27e198ab1be2920fd3d 100644 (file)
@@ -82,7 +82,7 @@ The currently logged user should have read and write access the serial port over
 
     sudo usermod -a -G dialout $USER
 
-on Arch linux instead this is done by adding the user to ``uucp`` group with the following command::
+on Arch Linux this is done by adding the user to ``uucp`` group with the following command::
 
     sudo usermod -a -G uucp $USER