From 683ff6938396acab8f3053c9491fd130d6b33287 Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Tue, 30 Oct 2018 20:11:07 +0000 Subject: [PATCH] Fix typo (#7282) Fixes typo in the first sentence of "Ping (ICMP) Binary sensor" docs: https://www.home-assistant.io/components/binary_sensor.ping/ --- source/_components/binary_sensor.ping.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/binary_sensor.ping.markdown b/source/_components/binary_sensor.ping.markdown index 0a8d1390908..3121bf86333 100644 --- a/source/_components/binary_sensor.ping.markdown +++ b/source/_components/binary_sensor.ping.markdown @@ -13,7 +13,7 @@ ha_release: 0.43 ha_qa_scale: internal --- -The `ping` binary sensor platform allows you to using `ping` to send ICMP echo requests. This way you can check if a given host is online and determine the round trip times from your Home Assistant instance to that system. +The `ping` binary sensor platform allows you to use `ping` to send ICMP echo requests. This way you can check if a given host is online and determine the round trip times from your Home Assistant instance to that system. ## {% linkable_title Configuration %}