Browse Source

Merge pull request #1001 from shamanime/patch-1

Fixes README typo
Robin Herbots 10 years ago
parent
commit
d93f25cf8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -67,7 +67,7 @@ $(document).ready(function(){
 });
 });
 ```
 ```
 
 
-Any option can also be passed through the use of a data attribute. Use data-inputmask-<**_the name op the option_**>="value"
+Any option can also be passed through the use of a data attribute. Use data-inputmask-<**_the name of the option_**>="value"
 
 
 ```html
 ```html
 <input id="example1" data-inputmask-clearmaskonlostfocus="false" />
 <input id="example1" data-inputmask-clearmaskonlostfocus="false" />