spelling mistake (insead)
authortomviner <github@viner.tv>
Fri, 5 Feb 2010 17:31:49 +0000 (01:31 +0800)
committerJohn Resig <jeresig@gmail.com>
Sat, 6 Feb 2010 02:50:57 +0000 (10:50 +0800)
src/attributes.js

index b22acba..d217793 100644 (file)
@@ -330,7 +330,7 @@ jQuery.extend({
                }
 
                // elem is actually elem.style ... set the style
-               // Using attr for specific style information is now deprecated. Use style insead.
+               // Using attr for specific style information is now deprecated. Use style instead.
                return jQuery.style( elem, name, value );
        }
 });