From 19cb1ea272564bd27117c4b451853f3e2433b7c9 Mon Sep 17 00:00:00 2001 From: Lee Rowlands <lee.rowlands@previousnext.com.au> Date: Mon, 29 Jan 2018 07:58:57 +1000 Subject: [PATCH] Issue #2940174 by jefuri: Soundcould rename to Soundcloud in MediaSourceInterface --- core/modules/media/src/MediaSourceInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/media/src/MediaSourceInterface.php b/core/modules/media/src/MediaSourceInterface.php index 3daa4f69d997..6d08c2039585 100644 --- a/core/modules/media/src/MediaSourceInterface.php +++ b/core/modules/media/src/MediaSourceInterface.php @@ -25,7 +25,7 @@ * - Image: handles local images, * - oEmbed: handles resources that are exposed through the oEmbed standard, * - YouTube: handles YouTube videos, - * - SoundCould: handles SoundCloud audio, + * - SoundCloud: handles SoundCloud audio, * - Instagram: handles Instagram posts, * - Twitter: handles tweets, * - ... -- GitLab