From 1e2b78111b196207fa632c3091c75b91d0ccd75e Mon Sep 17 00:00:00 2001
From: Ryan Finnie <ryan@finnie.org>
Date: Sat, 9 Dec 2017 22:52:27 -0800
Subject: [PATCH] docs/esp8266/tutorial: Fix typo, change -> changed.

---
 docs/esp8266/tutorial/powerctrl.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/esp8266/tutorial/powerctrl.rst b/docs/esp8266/tutorial/powerctrl.rst
index 3502624ab..289b4c42f 100644
--- a/docs/esp8266/tutorial/powerctrl.rst
+++ b/docs/esp8266/tutorial/powerctrl.rst
@@ -14,7 +14,7 @@ current frequency use::
     >>> machine.freq()
     80000000
 
-By default the CPU runs at 80MHz.  It can be change to 160MHz if you need more
+By default the CPU runs at 80MHz.  It can be changed to 160MHz if you need more
 processing power, at the expense of current consumption::
 
     >>> machine.freq(160000000)
-- 
GitLab