diff --git a/boards/beagleplay/demos-and-tutorials/using-serial-console.rst b/boards/beagleplay/demos-and-tutorials/using-serial-console.rst
index 12957bdfe2408ed3453905c1929a443b2548d286..3900b2525eb6df04df0f6f36b4b7a7ba38be35ad 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