Fix typos

This commit is contained in:
Thomas Broadley
2017-12-15 07:30:03 -05:00
parent f6b546c40e
commit 624a8fb2c6
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
### Validate email
Use a regular experssion to check if the email is valid.
Use a regular expression to check if the email is valid.
Returns `true` if email is valid, `false` if not.
```js