From 26113b2f013cd1694e0ac4c313bff1fad1764423 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 23 Oct 2015 18:38:30 +0200 Subject: [PATCH] Fix typo --- source/components/sensor.rest.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/components/sensor.rest.markdown b/source/components/sensor.rest.markdown index c2b16a56c33..b6f6b3b5a9f 100644 --- a/source/components/sensor.rest.markdown +++ b/source/components/sensor.rest.markdown @@ -10,9 +10,9 @@ footer: true --- -The rest sensor platform is consuming a give endpoint which is exposed by a [RESTful API](https://en.wikipedia.org/wiki/Representational_state_transfer) of a device, an application, or a web service. The sensor has support for GET and POST requests. +The rest sensor platform is consuming a given endpoint which is exposed by a [RESTful API](https://en.wikipedia.org/wiki/Representational_state_transfer) of a device, an application, or a web service. The sensor has support for GET and POST requests. -To enable this sensor, add the following lines to your `configuration.yaml` for a GET request: +To enable this sensor, add the following lines to your `configuration.yaml` file for a GET request: ```yaml # Example configuration.yaml entry