diff --git a/content/learn/05.communication/09.uart/uart.md b/content/learn/05.communication/09.uart/uart.md index 2336c9b9d7..048ea848d1 100644 --- a/content/learn/05.communication/09.uart/uart.md +++ b/content/learn/05.communication/09.uart/uart.md @@ -171,7 +171,7 @@ The polarity of the stop bit(s) can vary, with some systems using a high stop bi ## Serial USB Examples -To send data between an Arduino and a computer, you will need to the board to a computer with a **USB cable**. +To send data between an Arduino and a computer, you will need to connect the board to a computer with a **USB cable**. ### Basic Print Example @@ -444,4 +444,4 @@ Serial1.begin(9600); } ``` - If the written message inside the IDE serial monitor (`Serial`) equals '0', we print the same message to `Serial1`, turning the built-in LED off. \ No newline at end of file + If the written message inside the IDE serial monitor (`Serial`) equals '0', we print the same message to `Serial1`, turning the built-in LED off.