Skip to content

Commit

Permalink
Fixed typo in readme. Fixes #81
Browse files Browse the repository at this point in the history
  • Loading branch information
thedersen committed Nov 20, 2012
1 parent 5f8bfb2 commit 046f0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ The built-in patterns are:

* number - Matches any number (e.g. -100.000,00)
* email - Matches a valid email address (e.g. mail@example.com)
* url - Mathes any valid url (e.g. http://www.xample.com)
* url - Matches any valid url (e.g. http://www.example.com)
* digits - Matches any digit(s) (i.e. 0-9)

Specify any regular expression you like:
Expand Down

0 comments on commit 046f0ac

Please sign in to comment.