summaryrefslogtreecommitdiff
path: root/docs/rp2/quickref.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/rp2/quickref.rst')
-rw-r--r--docs/rp2/quickref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rp2/quickref.rst b/docs/rp2/quickref.rst
index 430c130c6..67a5cc0df 100644
--- a/docs/rp2/quickref.rst
+++ b/docs/rp2/quickref.rst
@@ -96,7 +96,7 @@ Programmable IO (PIO)
---------------------
PIO is useful to build low-level IO interfaces from scratch. See the :mod:`rp2` module
-for detailed explaination of the assembly instructions.
+for detailed explanation of the assembly instructions.
Example using PIO to blink an LED at 1Hz::