diff --git a/voix.js b/voix.js index a9d1a48..276bfdb 100644 --- a/voix.js +++ b/voix.js @@ -190,13 +190,13 @@ /** * Expose Voix */ - // AMD suppport + // AMD support if (typeof window.define === 'function' && window.define.amd !== undefined) { window.define('Voix', [], function () { return Voix; }); - // CommonJS suppport + // CommonJS support } else if (typeof module !== 'undefined' && module.exports !== undefined) { module.exports = Voix; @@ -205,4 +205,4 @@ window.Voix = Voix; } -}(this)); \ No newline at end of file +}(this));