Typo in ESP32 Touch Component (#216)

senors => sensors

## Description:


**Related issue (if applicable):** fixes <link to issue>

**Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#<esphome PR number goes here>
**Pull request in [esphome-core](https://github.com/esphome/esphome-core) with C++ framework changes (if applicable):** esphome/esphome-core#<esphome-core PR number goes here>

## Checklist:

  - [ ] Branch: `next` is for changes and new documentation that will go public with the next ESPHome release. Fixes, changes and adjustments for the current release should be created against `current`.
This commit is contained in:
jcullen86 2019-04-10 00:31:54 +12:00 committed by Otto Winter
parent 95f96b2016
commit a99915eef1

View File

@ -11,7 +11,7 @@ Component/Hub
-------------
The ``esp32_touch`` component creates a global hub for detecting touches on
the eight touch pads of the ESP32 as :ref:`binary senors <esp32-touch-binary-sensor>`.
the eight touch pads of the ESP32 as :ref:`binary sensors <esp32-touch-binary-sensor>`.
.. code-block:: yaml