diff --git a/docs/reference/repl.rst b/docs/reference/repl.rst
index 0e481996f4b4fdb841601e7d3f614d3d9d473000..8ca89a0d1a877e65a5995ffcdc86e3eef832e62d 100644
--- a/docs/reference/repl.rst
+++ b/docs/reference/repl.rst
@@ -3,7 +3,7 @@ The MicroPython Interactive Interpreter Mode (aka REPL)
 
 This section covers some characteristics of the MicroPython Interactive
 Interpreter Mode. A commonly used term for this is REPL (read-eval-print-loop)
-which will used to refer to this interactive prompt.
+which will be used to refer to this interactive prompt.
 
 Auto-indent
 -----------