Skip to content

Commit 87ef1a8

Browse files
committed
spellchk
1 parent e283fbf commit 87ef1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/micropython/01.basics/08.reference/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ print(f"The value is {variable}") # prints a string with a value inserted
938938

939939
## Serial (UART)
940940

941-
UART communication is initalized using the `UART` object from the `machine` module.
941+
UART communication is initialized using the `UART` object from the `machine` module.
942942

943943
### begin()
944944

0 commit comments

Comments
 (0)