From 741c0a0d972c35055d08f0587d9542b9636222a8 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Tue, 6 Jun 2017 15:15:41 -0400 Subject: [PATCH] Minor TYPO (#2779) --- source/_components/feedreader.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/feedreader.markdown b/source/_components/feedreader.markdown index b1eee59e2ad..efaee1fb50a 100644 --- a/source/_components/feedreader.markdown +++ b/source/_components/feedreader.markdown @@ -52,7 +52,7 @@ automation: data_template: "{{ trigger.event.data.title }}" ``` -*Any field under the `` 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 `` 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: