File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ var mask = new InputMask({
146146})
147147```
148148
149- To override a built-in format character, pass its character as a property of this object along iwht the new definition.
149+ To override a built-in format character, pass its character as a property of this object along with the new definition.
150150
151151To disable a built-in format character, pass its character as a property of this object with a ` null ` value:
152152
@@ -161,7 +161,7 @@ var mask = new InputMask({
161161
162162### ` placeholderChar ` : ` string `
163163
164- The character which is used to fill in editable slots for which these is no input yet when getting the mask's current value.
164+ The character which is used to fill in editable slots for which there is no input yet when getting the mask's current value.
165165
166166Defaults to ` '_' ` ; must be a single character.
167167
You can’t perform that action at this time.
0 commit comments