浏览代码

Merge pull request #695 from KiddieD/patch-1

Fixed spelling mistake
Inuyaksa 7 年之前
父节点
当前提交
7f88211c20
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"});
 });