From 3551368424dffdfb8432f3ff4fb02e0e6590285f Mon Sep 17 00:00:00 2001
From: Dave Hylands <dhylands@gmail.com>
Date: Mon, 9 Nov 2015 21:45:11 -0800
Subject: [PATCH] docs: Fix a typo in the REPL documentation.

---
 docs/reference/repl.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/reference/repl.rst b/docs/reference/repl.rst
index 0e481996f..8ca89a0d1 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
 -----------
-- 
GitLab