Small typos on creating_components page

Fixed a couple typos on the Creating Components page
This commit is contained in:
Justyn Shull 2016-02-18 18:08:36 -06:00
parent 5ec7edc791
commit d262943bf2

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: