fix documentation typo

This commit is contained in:
sam blenny 2024-08-23 03:42:31 +00:00
parent c5751f8aec
commit 0746a13a52

View file

@ -30,7 +30,7 @@ As CircuitPython grows, there are more and more ways to contribute. Here are som
## Building CircuitPython: Getting started with C
The CircuitPython core is implemented mostly in C. If you want to add suport
The CircuitPython core is implemented mostly in C. If you want to add support
for new boards, add features to the core, fix bugs in the core, or compile with
special options (perhaps to make a debug build with UART logging), you will
need to install a development environment with build tools.