Consolidated spelling fixes. ref #1052 (#1132)

* Consolidated spelling fixes. ref #1052
This commit is contained in:
Fares Rihani 2016-10-05 04:17:36 -04:00 committed by Fredrik Lindqvist
parent 8e75564c9c
commit 36c60ffd19
7 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@ Running these commands will:
Using the Synology webadmin:
- Install python3 using the Synology package centre
- Install python3 using the Synology Package Center
- Create homeassistant user and add to the "users" group
SSH onto your synology & login as admin or root

View file

@ -11,7 +11,7 @@ footer: true
Home Assistant uses the [YAML](http://yaml.org/) syntax for configuration. YAML might take a while to get used to but is really powerful in allowing you to express complex configurations.
For each component that you want to use in Home Assistant, you add code in your `configuraton.yaml` file to specify its settings.
For each component that you want to use in Home Assistant, you add code in your `configuration.yaml` file to specify its settings.
The following example entry specifies that you want to use the [notify component](/components/notify) with the [pushbullet platform](/components/notify.pushbullet).