Skip to content

Commit 0e11b88

Browse files
authored
Merge pull request #1531 from arduino/jacobhylen/minimatypo
Fix Typo in Minima cheat sheet
2 parents 8149b54 + c9ba2c7 commit 0e11b88

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet

1 file changed

+1
-1
lines changed

content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ This is one of the few things that are distinctly different from UNO R3 to UNO R
405405

406406
### Native USB
407407

408-
Sending serial data to your computer is done using the standard `Serial` object. I
408+
Sending serial data to your computer is done using the standard `Serial` object.
409409

410410
```arduino
411411
Serial.begin(9600);

0 commit comments

Comments
 (0)