Merge pull request #232 from justyns/patch-1

Small typos on creating_components page
This commit is contained in:
Rowan 2016-02-19 00:14:41 +00:00
commit 4d75a17628

View File

@ -55,7 +55,7 @@ After loading, the bootstrapper will call `setup(hass, config)` method on the co
### {% linkable_title `hass`: the Home Assistant instance %}
The Home Assistant instace contains three objects to help you interact with the system.
The Home Assistant instance contains three objects to help you interact with the system.
| Object | Description |
| ------ | ----------- |
@ -66,7 +66,7 @@ The Home Assistant instace contains three objects to help you interact with the
### {% linkable_title `config`: User given configuration. %}
The `config` paramter is a dictionary containing the user supplied configuration. The keys of the dictionary are the component names and the value is another dictionary with the component configuration.
The `config` parameter is a dictionary containing the user supplied configuration. The keys of the dictionary are the component names and the value is another dictionary with the component configuration.
If your configuration file contains the following lines: