From a67dca2d1d28f49396ea5c69b811d91d14cca613 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Fri, 12 Apr 2024 14:22:06 +0800 Subject: [PATCH] Fix typos Found via `codespell -L bu` --- README.md | 2 +- doc/README_rdoc.html | 2 +- doc/index.html | 2 +- test/fixtures/emails.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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"