From 9e3a61a03361164865988df947d8b0bc569601a3 Mon Sep 17 00:00:00 2001 From: Steven Mirecki Date: Thu, 13 Aug 2015 12:00:14 -0400 Subject: [PATCH] Typo correction Throw Error text typo. --- soundcloud.player.api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soundcloud.player.api.js b/soundcloud.player.api.js index f6c2c07..682c1c5 100644 --- a/soundcloud.player.api.js +++ b/soundcloud.player.api.js @@ -76,7 +76,7 @@ var flash; try{ if(!id){ - throw "The SoundCloud Widget DOM object needs an id atribute, please refer to SoundCloud Widget API documentation."; + throw "The SoundCloud Widget DOM object needs an id attribute, please refer to SoundCloud Widget API documentation."; } flash = isIE ? window[id] : document[id]; if(flash){