Forráskód Böngészése

Merge pull request #695 from KiddieD/patch-1

Fixed spelling mistake
Inuyaksa 7 éve
szülő
commit
7f88211c20
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -86,7 +86,7 @@ $(function() {
     nice = $("body").niceScroll();
 });
 
-// 3. Style a DIV and chage cursor color:
+// 3. Style a DIV and change cursor color:
 $(function() {  
     $("#thisdiv").niceScroll({cursorcolor:"#00F"});
 });