Browse Source

Fixes README typo

This changes `op` to `of` on the data-* attributes example.
Jefferson Queiroz Venerando 10 years ago
parent
commit
27dbb8d97d
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" />