From 1d5a72f7bac40981ac435c5a5e41d05c84b446fe Mon Sep 17 00:00:00 2001 From: Corban Mailloux Date: Wed, 26 Jul 2017 12:18:53 -0400 Subject: [PATCH] Grammar and typo corrections. (#3058) --- source/_components/media_extractor.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/media_extractor.markdown b/source/_components/media_extractor.markdown index 888568ac343..f5a7de8c88e 100644 --- a/source/_components/media_extractor.markdown +++ b/source/_components/media_extractor.markdown @@ -13,7 +13,7 @@ ha_release: 0.49 --- -The `media_extractor` component gets an stream URL and send it to a media player entity. +The `media_extractor` component gets a stream URL and sends it to a media player entity. To use the media extractor service in your installation, add the following to your `configuration.yaml` file: @@ -24,7 +24,7 @@ media_extractor: ### {% linkable_title Use the service %} -Go the the "Developer Tools", then to "Call Service", and choose `media_extractor/play_media` from the list of available services. Fill the "Service Data" field as shown in the example below and hit "CALL SERVICE". +Go to the "Developer Tools," then to "Call Service," and choose `media_extractor/play_media` from the list of available services. Fill the "Service Data" field as shown in the example below and hit "CALL SERVICE." This will download the file from the given URL.