Skip to content

Commit 754560a

Browse files
committed
Merge pull request #9 from akyla1991/patch-1
Fix typos in README
2 parents 119722b + eaaaa3f commit 754560a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

151151
To 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

166166
Defaults to `'_'`; must be a single character.
167167

0 commit comments

Comments
 (0)