summaryrefslogtreecommitdiffstatshomepage
path: root/docs/wipy
diff options
context:
space:
mode:
Diffstat (limited to 'docs/wipy')
-rw-r--r--docs/wipy/general.rst2
-rw-r--r--docs/wipy/quickref.rst2
-rw-r--r--docs/wipy/tutorial/intro.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/wipy/general.rst b/docs/wipy/general.rst
index c1e9696601..2f18e7a62f 100644
--- a/docs/wipy/general.rst
+++ b/docs/wipy/general.rst
@@ -16,7 +16,7 @@ Before applying power
.. warning::
- The GPIO pins of the WiPy are NOT 5V tolerant, connecting them to voltages higer
+ The GPIO pins of the WiPy are NOT 5V tolerant, connecting them to voltages higher
than 3.6V will cause irreparable damage to the board. ADC pins, when configured
in analog mode cannot withstand voltages above 1.8V. Keep these considerations in
mind when wiring your electronics.
diff --git a/docs/wipy/quickref.rst b/docs/wipy/quickref.rst
index 6fd77a81bd..3ce7e01325 100644
--- a/docs/wipy/quickref.rst
+++ b/docs/wipy/quickref.rst
@@ -205,7 +205,7 @@ See :ref:`network.Server <network.Server>` ::
server = Server(login=('user', 'password'), timeout=60)
server.timeout(300) # change the timeout
server.timeout() # get the timeout
- server.isrunning() # check wether the server is running or not
+ server.isrunning() # check whether the server is running or not
Heart beat LED
--------------
diff --git a/docs/wipy/tutorial/intro.rst b/docs/wipy/tutorial/intro.rst
index 7dc5f1c13d..3acc0510f1 100644
--- a/docs/wipy/tutorial/intro.rst
+++ b/docs/wipy/tutorial/intro.rst
@@ -17,7 +17,7 @@ Because the WiPy/expansion board does not have a housing it needs a bit of care:
If you experience a lot of static electricity in your area (eg dry and cold
climates), take extra care not to shock the WiPy. If your WiPy came
in a ESD bag, then this bag is the best way to store and carry the
- WiPy as it will protect it agains static discharges.
+ WiPy as it will protect it against static discharges.
As long as you take care of the hardware, you should be okay. It's almost
impossible to break the software on the WiPy, so feel free to play around