Skip to content

Commit 663a536

Browse files
authored
Merge pull request #1569 from ncguk/patch-1
Fix typo in index.html
2 parents a9980e0 + cc5de47 commit 663a536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h2>Download and Installation Instructions</h2>
3939
The precompiled <b>.mpy</b> files take up less space on your CIRCUITPY drive than the <b>.py</b> files.
4040
They also load faster, and for some low-RAM boards, are required because the <b>.py</b> files
4141
are too large to compile on the board itself.
42-
<strong>Unless you need the source version, choose the appropiate <b>.mpy</b> library bundle!</strong>
42+
<strong>Unless you need the source version, choose the appropriate <b>.mpy</b> library bundle!</strong>
4343
If you need to compile <b>.py</b> files to <b>.mpy</b>, you can
4444
<a href="https://learn.adafruit.com/welcome-to-circuitpython/frequently-asked-questions#how-can-i-create-my-own-mpy-files-3020687-11">run the <b>mpy-cross</b>
4545
cross-compiler yourself</a>.

0 commit comments

Comments
 (0)