浏览代码

Update README.md

Robin Herbots 12 年之前
父节点
当前提交
da2943029b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -362,7 +362,7 @@ $(selector).inputmask("getmetadata");
 
 
 ### Preprocessing mask
 ### Preprocessing mask
 
 
-You can define the mask as a function which can allow to preprocess the resulting mask.  Example sorting for multiple masks or retrieving mask definitions from dynamically through ajax.
+You can define the mask as a function which can allow to preprocess the resulting mask.  Example sorting for multiple masks or retrieving mask definitions dynamically through ajax.
 The preprocessing fn should return a valid mask definition.
 The preprocessing fn should return a valid mask definition.
 
 
 ```javascript
 ```javascript