Skip to content

Commit c773053

Browse files
makuk66danicampora
authored andcommitted
docs/wipy: Fix several typos.
1 parent a654914 commit c773053

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/wipy/tutorial/blynk.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ the WiPy. Before anything else, make sure that your WiPy is running
1111
the latest software, check :ref:`OTA How-To <wipy_firmware_upgrade>` for instructions.
1212

1313
1. Get the `Blynk library <https://github.com/wipy/wipy/blob/master/lib/blynk/BlynkLib.py>`_ and put it in ``/flash/lib/`` via FTP.
14-
2. Get the `Blynk examples <https://github.com/wipy/wipy/tree/master/examples/blynk>`_ edit the network settings, and afterwards
14+
2. Get the `Blynk examples <https://github.com/wipy/wipy/tree/master/examples/blynk>`_, edit the network settings, and afterwards
1515
upload them to ``/flash/lib/`` via FTP as well.
1616
3. Follow the instructions on each example to setup the Blynk dashboard on your smartphone or tablet.
1717
4. Give it a try, for instance::

docs/wipy/tutorial/intro.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Plugging into the expansion board and powering on
2929
-------------------------------------------------
3030

3131
The expansion board can power the WiPy via USB. The WiPy comes with a sticker
32-
on top of the RF shield tha labels all pins, and this should match the label
33-
numbers on the expansion board headers. When pluggin it in, the WiPy antenna
32+
on top of the RF shield that labels all pins, and this should match the label
33+
numbers on the expansion board headers. When plugging it in, the WiPy antenna
3434
will end up on top of the SD card connector of the expansion board. A video
3535
showing how to do this can be found `here <https://www.youtube.com/watch?v=47D9MZ9zFQw>`_.
3636

@@ -55,10 +55,10 @@ must be careful when connecting anything to VIN.**
5555

5656
- When powering via ``3V3``:
5757

58-
**The input volatge must be exactly 3V3, ripple free and from a supply capable
58+
**The input voltage must be exactly 3V3, ripple free and from a supply capable
5959
of sourcing at least 300mA of current**
6060

6161
Performing firmware upgrades
6262
----------------------------
6363

64-
For detalied instructions see :ref:`OTA How-To <wipy_firmware_upgrade>`.
64+
For detailed instructions see :ref:`OTA How-To <wipy_firmware_upgrade>`.

docs/wipy/tutorial/reset.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Factory reset the filesystem
4343
----------------------------
4444

4545
If you WiPy's filesystem gets corrupted (very unlikely, but possible), you
46-
can format it very easily byt doing::
46+
can format it very easily by doing::
4747

4848
>>> import os
4949
>>> os.mkfs('/flash')

0 commit comments

Comments
 (0)