]> source.dussan.org Git - jquery.git/commitdiff
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 b22acba03ec72902cae1f7f1109d45723c478c6c..d217793cce4343f870c958f17b0fac9fc76cc177 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 );
        }
 });