summaryrefslogtreecommitdiffstatshomepage
path: root/docs/esp8266/tutorial/powerctrl.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/esp8266/tutorial/powerctrl.rst')
-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)