summaryrefslogtreecommitdiffstatshomepage
path: root/examples/hwapi
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-10-03 11:24:50 +1100
committerDamien George <damien@micropython.org>2023-10-03 11:24:50 +1100
commitcf490a70917a1b2d38ba9b58e763e0837d0f7ca7 (patch)
treefd460c9323dd46b4466193fc56dc319cbf717c77 /examples/hwapi
parent9d5d2e8cf71321b4ba41bad127bf0ea0ff24ccbf (diff)
downloadmicropython-cf490a70917a1b2d38ba9b58e763e0837d0f7ca7.tar.gz
micropython-cf490a70917a1b2d38ba9b58e763e0837d0f7ca7.zip
all: Fix various spelling mistakes found by codespell 2.2.6.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'examples/hwapi')
-rw-r--r--examples/hwapi/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hwapi/README.md b/examples/hwapi/README.md
index a1b0c5642a..929ef425fd 100644
--- a/examples/hwapi/README.md
+++ b/examples/hwapi/README.md
@@ -3,7 +3,7 @@ This directory shows the best practices for using MicroPython hardware API
across various boards, with the aim to enable writing portable applications,
which would work from a board to board, from a system to another systems.
This is inherently a hard problem, because hardware is different from one
-board type to another, and even from examplar of board to another. For
+board type to another, and even from exemplar of board to another. For
example, if your app requires an external LED, one user may connect it
to one GPIO pin, while another user may find it much more convenient to
use another pin. This of course applies to relays, buzzers, sensors, etc.