fixed typos, spelling mistakes (#3436)

This commit is contained in:
Florian Klien 2017-09-25 22:26:17 +02:00 committed by Fabian Affolter
parent 9d94f28131
commit 3f1972b97b
139 changed files with 209 additions and 209 deletions

View file

@ -34,7 +34,7 @@ Configuration variables:
### {% linkable_title Full configuration sample %}
A ful configuration entry could look like the sample below.
A full configuration entry could look like the sample below.
```yaml
# Example configuration.yaml entry
@ -48,7 +48,7 @@ sensor:
### {% linkable_title Interacting with Dweet.io %}
You can easily send dweets from the commandline to test your sensor with `curl`.
You can easily send dweets from the command-line to test your sensor with `curl`.
```bash
$ curl -H 'Content-Type: application/json' -d '{"temperature": 40, "humidity": 65}' https://dweet.io/dweet/for/ha-sensor