diff --git a/libraries/index.html b/libraries/index.html
index 01e365b6c..7819ab871 100644
--- a/libraries/index.html
+++ b/libraries/index.html
@@ -39,7 +39,7 @@
Download and Installation Instructions
The precompiled .mpy files take up less space on your CIRCUITPY drive than the .py files.
They also load faster, and for some low-RAM boards, are required because the .py files
are too large to compile on the board itself.
- Unless you need the source version, choose the appropiate .mpy library bundle!
+ Unless you need the source version, choose the appropriate .mpy library bundle!
If you need to compile .py files to .mpy, you can
run the mpy-cross
cross-compiler yourself.