Skip to content

Commit 95fee1a

Browse files
committed
typos in README
1 parent 6b7e3e3 commit 95fee1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Key features:
1111

1212
* Good for validating email addresses used for logins/identity.
1313
* Friendly error messages when validation fails (appropriate to show to end users).
14-
* Checks deliverability: Does the domain name resolve?
15-
* Supports internationalized domain names and, with a flag, internationalized local parts.
16-
* Normalizes email addresses (super import for internationalized addresses).
14+
* (optionally) Checks deliverability: Does the domain name resolve?
15+
* Supports internationalized domain names and (optionally) internationalized local parts.
16+
* Normalizes email addresses (super important for internationalized addresses! see below).
1717

18-
The library is NOT for validation of an email's To: line (e.g.
18+
The library is NOT for validation of the To: line in an email message (e.g.
1919
``My Name <my@address.com>``), which `flanker <https://github.com/mailgun/flanker>`__
2020
is more appropriate for. And this library does NOT permit obsolete
2121
forms of email addresses, so if you need strict validation against the

0 commit comments

Comments
 (0)