Minor TYPO (#2779)

This commit is contained in:
Carlo Costanzo 2017-06-06 15:15:41 -04:00 committed by Fabian Affolter
parent 54afdf450e
commit 741c0a0d97

View File

@ -52,7 +52,7 @@ automation:
data_template: "{{ trigger.event.data.title }}"
```
*Any field under the `<entry>` tag in the feed can be used for example `tigger.event.data.content` will get the body of the feed entry.
*Any field under the `<entry>` tag in the feed can be used for example `trigger.event.data.content` will get the body of the feed entry.
For more advanced use cases, a custom component registering to the `feedreader` event type could be used instead: