diff --git a/README.md b/README.md index b0a8ba4..c54cd2b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ RubyRegex::Dni ## Contribute -Of course, contributions will be apreciated. +Of course, contributions will be appreciated. If you want to contribute send me a pull request with new regular expressions (and their tests) or send me an email with your desired regular expression to emili@eparreno.com diff --git a/doc/README_rdoc.html b/doc/README_rdoc.html index ddb20a0..b0fdd4c 100644 --- a/doc/README_rdoc.html +++ b/doc/README_rdoc.html @@ -116,7 +116,7 @@

Pages

## Contribute

-

Of course, contributions will be apreciated.

+

Of course, contributions will be appreciated.

If you want to contribute send me a pull request with new regular expressions (and their tests) or send me an email with your desired diff --git a/doc/index.html b/doc/index.html index fc94363..279a30e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -142,7 +142,7 @@

Rails Contribute

-

Of course, contributions will be apreciated.

+

Of course, contributions will be appreciated.

If you want to contribute send me a pull request with new regular expressions (and their tests) or send me an email with your desired regular diff --git a/test/fixtures/emails.yml b/test/fixtures/emails.yml index cb173f1..d19d529 100644 --- a/test/fixtures/emails.yml +++ b/test/fixtures/emails.yml @@ -13,7 +13,7 @@ valid: - "dot.inLocal@foo.com" - "a@singleLetterLocal.org" - "singleLetterDomain@x.org" - - "foor@bar.newTLD" + - "foo@bar.newTLD" - "with+plus@example.com" @@ -38,4 +38,4 @@ invalid: - "missingTLD@domain." - "! #$%(),/;<>[]`|@invalidCharsInLocal.org" - "invalidCharsInDomain@! #$%(),/;<>_[]`|.org" - - "local@SecondLevelDomainNamesAreInvalidIfTheyAreLongerThan64Charactersss.org" \ No newline at end of file + - "local@SecondLevelDomainNamesAreInvalidIfTheyAreLongerThan64Charactersss.org"