From 7fa8eb91dd132c2da677fcf30f52a748cce618f6 Mon Sep 17 00:00:00 2001 From: krzychb Date: Mon, 21 Jan 2019 06:25:05 +0100 Subject: [PATCH] Small updates of wording --- docs/en/get-started-cmake/establish-serial-connection.rst | 2 +- docs/en/get-started/establish-serial-connection.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/get-started-cmake/establish-serial-connection.rst b/docs/en/get-started-cmake/establish-serial-connection.rst index 7ddf9bfb6a..4c89accc84 100644 --- a/docs/en/get-started-cmake/establish-serial-connection.rst +++ b/docs/en/get-started-cmake/establish-serial-connection.rst @@ -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 diff --git a/docs/en/get-started/establish-serial-connection.rst b/docs/en/get-started/establish-serial-connection.rst index a9e4d753bf..7e0e3a91e1 100644 --- a/docs/en/get-started/establish-serial-connection.rst +++ b/docs/en/get-started/establish-serial-connection.rst @@ -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