ソースを参照

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
 
-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.
 
 ```javascript