summaryrefslogtreecommitdiffstatshomepage
path: root/docs/esp8266/tutorial
diff options
context:
space:
mode:
authorRyan Finnie <ryan@finnie.org>2017-12-09 22:52:27 -0800
committerDamien George <damien.p.george@gmail.com>2017-12-13 17:30:02 +1100
commit1e2b78111b196207fa632c3091c75b91d0ccd75e (patch)
tree2778df8fa44e09f62442af94c801290ac6fbb665 /docs/esp8266/tutorial
parent19c7098e183a8148c541fe34c3fc1252dbbb90db (diff)
downloadmicropython-1e2b78111b196207fa632c3091c75b91d0ccd75e.tar.gz
micropython-1e2b78111b196207fa632c3091c75b91d0ccd75e.zip
docs/esp8266/tutorial: Fix typo, change -> changed.
Diffstat (limited to 'docs/esp8266/tutorial')
-rw-r--r--docs/esp8266/tutorial/powerctrl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/esp8266/tutorial/powerctrl.rst b/docs/esp8266/tutorial/powerctrl.rst
index 3502624ab5..289b4c42fd 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)