diff --git a/demo/js/modernizr-1.6.js b/demo/js/modernizr-1.6.js index 015e4bf..4399f54 100644 --- a/demo/js/modernizr-1.6.js +++ b/demo/js/modernizr-1.6.js @@ -798,7 +798,7 @@ window.Modernizr = (function(window,doc,undefined){ bool = f.checkValidity && f.checkValidity() === false; } else { - // If the upgraded input compontent rejects the :) text, we got a winner + // If the upgraded input component rejects the :) text, we got a winner bool = f.value != smile; } }