summaryrefslogtreecommitdiffstatshomepage
path: root/docs/esp32
diff options
context:
space:
mode:
authorJason Neal <jason.neal@astro.up.pt>2020-01-02 00:51:42 +1300
committerDamien George <damien.p.george@gmail.com>2020-01-06 22:17:29 +1100
commitaec88ddf0326187c567d4e4507149fb7c54ba91d (patch)
tree03a2a1d36fb893b213a327df53f88a941dfb88f1 /docs/esp32
parentde78a9e317d3dd3654424ea70446dedbae9cce52 (diff)
downloadmicropython-aec88ddf0326187c567d4e4507149fb7c54ba91d.tar.gz
micropython-aec88ddf0326187c567d4e4507149fb7c54ba91d.zip
docs: More consistent capitalization and use of articles in headings.
See issue #3188.
Diffstat (limited to 'docs/esp32')
-rw-r--r--docs/esp32/quickref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/esp32/quickref.rst b/docs/esp32/quickref.rst
index cfe31664e7..c58f4aa760 100644
--- a/docs/esp32/quickref.rst
+++ b/docs/esp32/quickref.rst
@@ -435,7 +435,7 @@ For low-level driving of a NeoPixel::
``NeoPixel`` object.
-Capacitive Touch
+Capacitive touch
----------------
Use the ``TouchPad`` class in the ``machine`` module::