summaryrefslogtreecommitdiffstatshomepage
path: root/docs/esp8266
diff options
context:
space:
mode:
authorMike Causer <mcauser@gmail.com>2016-08-01 09:52:00 +1000
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-08-02 11:17:46 +0300
commitce166e6b68b7fafb73a99fd64081f8a4155fe22a (patch)
tree20b063465b430968482cea18c41f949fbd2ec845 /docs/esp8266
parent3eb532e97463b7f9b9ffe6f617a035284ef3e37b (diff)
downloadmicropython-ce166e6b68b7fafb73a99fd64081f8a4155fe22a.tar.gz
micropython-ce166e6b68b7fafb73a99fd64081f8a4155fe22a.zip
docs: Spelling mistakes
Diffstat (limited to 'docs/esp8266')
-rw-r--r--docs/esp8266/general.rst2
-rw-r--r--docs/esp8266/tutorial/repl.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/esp8266/general.rst b/docs/esp8266/general.rst
index 313e6074c1..3ffb2ff339 100644
--- a/docs/esp8266/general.rst
+++ b/docs/esp8266/general.rst
@@ -52,7 +52,7 @@ For your convenience, some of technical specifications are provided below:
external FlashROM, UART, deep sleep wake-up, etc.)
* UART: One RX/TX UART (no hardware handshaking), one TX-only UART.
* SPI: 2 SPI interfaces (one used for FlashROM).
-* I2C: No native extenal I2C (bitbang implementation available on any pins).
+* I2C: No native external I2C (bitbang implementation available on any pins).
* I2S: 1.
* Programming: using BootROM bootloader from UART. Due to external FlashROM
and always-available BootROM bootloader, ESP8266 is not brickable.
diff --git a/docs/esp8266/tutorial/repl.rst b/docs/esp8266/tutorial/repl.rst
index 078f31357c..338e9fdd8f 100644
--- a/docs/esp8266/tutorial/repl.rst
+++ b/docs/esp8266/tutorial/repl.rst
@@ -36,7 +36,7 @@ WebREPL - a prompt over WiFi
WebREPL allows you to use the Python prompt over WiFi, connecting through a
browser. The latest versions of Firefox and Chrome are supported.
-For your convinience, WebREPL client is hosted at
+For your convenience, WebREPL client is hosted at
`<http://micropython.org/webrepl>`__ . Alternatively, you can install it
locally from the the GitHub repository
`<https://github.com/micropython/webrepl>`__ .