Fix typos in beagleplay's serial console
Hi, I wasn't able to fork and open a MR so I'm opening this bug and sending the patch attached. It fixes some typos in the documentation:
From 9f4e41a1be8755cbcca4798ba67deae894f198aa Mon Sep 17 00:00:00 2001
From: Carlos Henrique Lima Melara <[email protected]>
Date: Thu, 20 Jul 2023 00:44:16 -0300
Subject: [PATCH] beagleplay: fix some typos in serial console tutorial
---
.../beagleplay/demos-and-tutorials/using-serial-console.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/boards/beagleplay/demos-and-tutorials/using-serial-console.rst b/boards/beagleplay/demos-and-tutorials/using-serial-console.rst
index 12957bd..3900b25 100644
--- a/boards/beagleplay/demos-and-tutorials/using-serial-console.rst
+++ b/boards/beagleplay/demos-and-tutorials/using-serial-console.rst
@@ -4,7 +4,7 @@ Using Serial Console
####################
To see the board boot log and access your BeaglePlay's console you can connect a USB-UART
-cable as dipicted in image below and use application like ``tio`` to access the conole.
+cable as depicted in the image below and use applications like ``tio`` to access the console.
.. figure:: images/serial-debug-connection.jpg
:width: 1400
@@ -13,7 +13,7 @@ cable as dipicted in image below and use application like ``tio`` to access the
Serial debug (USB-UART) cable connection.
If you are using Linux your USB to UART converter may appear as ``/dev/ttyUSB``.
-It will be different for Mac and Windows operatig systems.
+It will be different for Mac and Windows operating systems.
.. code-block:: shell
--
2.40.1
0001-beagleplay-fix-some-typos-in-serial-console-tutorial.patch