From cc5de47a28bae2d9d4eeaafe9ab18db49c93e746 Mon Sep 17 00:00:00 2001 From: ncguk Date: Mon, 13 Jan 2025 20:54:41 +0000 Subject: [PATCH] Fix typo in index.html Change 'appropiate' to 'appropriate'. --- libraries/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.