Skip to content

Commit 1742ab2

Browse files
committed
docs/esp8266/general: Minor grammar fixes.
1 parent 1cf6d48 commit 1742ab2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/esp8266/general.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ ESP8266 is a popular WiFi-enabled System-on-Chip (SoC) by Espressif Systems.
66
Multitude of boards
77
-------------------
88

9-
There are a multitude of modules and boards from different sources which carry
9+
There is a multitude of modules and boards from different sources which carry
1010
the ESP8266 chip. MicroPython tries to provide a generic port which would run on
1111
as many boards/modules as possible, but there may be limitations. Adafruit
1212
Feather HUZZAH board is taken as a reference board for the port (for example,
1313
testing is performed on it). If you have another board, please make sure you
14-
have datasheet, schematics and other reference materials for your board
14+
have a datasheet, schematics and other reference materials for your board
1515
handy to look up various aspects of your board functioning.
1616

1717
To make a generic ESP8266 port and support as many boards as possible,
18-
following design and implementation decision were made:
18+
the following design and implementation decision were made:
1919

2020
* GPIO pin numbering is based on ESP8266 chip numbering, not some "logical"
2121
numbering of a particular board. Please have the manual/pin diagram of your board

0 commit comments

Comments
 (0)