From 3b75a9b24e7dcb66f5860c479e9f50a70f9335e7 Mon Sep 17 00:00:00 2001 From: ladefoged81 <26121019+ladefoged81@users.noreply.github.com> Date: Tue, 25 Sep 2018 19:21:16 +0200 Subject: [PATCH] Fixed typo (#6355) --- source/_components/media_player.kodi.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_player.kodi.markdown b/source/_components/media_player.kodi.markdown index 83689d4c1ae..e44978ce1d4 100644 --- a/source/_components/media_player.kodi.markdown +++ b/source/_components/media_player.kodi.markdown @@ -196,7 +196,7 @@ media_player: ```

-This example and the following requires to have the [script.json-cec](https://github.com/joshjowen/script.json-cec) plugin installed on your kodi player. It'll also expose th endpoints standy, toggle and activate without authentication on your kodi player. Use this with caution. +This example and the following requires to have the [script.json-cec](https://github.com/joshjowen/script.json-cec) plugin installed on your kodi player. It'll also expose the endpoints standby, toggle and activate without authentication on your kodi player. Use this with caution.

### {% linkable_title Kodi services samples %}