Spelling, grammar etc fixes (#14432)

* Spelling, grammar etc fixes

* s/an api data/data of an api/
This commit is contained in:
Ville Skyttä 2018-05-13 12:09:28 +02:00 committed by Martin Hjelmare
parent 843789528e
commit 234bf1f0ea
15 changed files with 20 additions and 20 deletions

View file

@ -8,7 +8,7 @@ import homeassistant.components.prometheus as prometheus
@pytest.fixture
def prometheus_client(loop, hass, aiohttp_client):
"""Initialize a aiohttp_client with Prometheus component."""
"""Initialize an aiohttp_client with Prometheus component."""
assert loop.run_until_complete(async_setup_component(
hass,
prometheus.DOMAIN,