Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a0dd460

Browse filesBrowse files
committed
Lowercase and link label
1 parent aa5aa61 commit a0dd460
Copy full SHA for a0dd460

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎reference/constraints/Email.rst

Copy file name to clipboardExpand all lines: reference/constraints/Email.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ strict
9898

9999
**type**: ``boolean`` **default**: ``false``
100100

101-
When false, the email will be validated against a simple Regular Expression.
102-
If true, then the `EmailValidator`_ library is required to perform an RFC compliant validation.
101+
When false, the email will be validated against a simple regular expression.
102+
If true, then the `egulias/email-validator`_ library is required to perform an RFC compliant validation.
103103

104104
message
105105
~~~~~~~
@@ -126,4 +126,4 @@ check the validity of the MX *or* the A *or* the AAAA record of the host
126126
of the given email.
127127

128128

129-
.. _EmailValidator: https://packagist.org/packages/egulias/email-validator
129+
.. _egulias/email-validator: https://packagist.org/packages/egulias/email-validator

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.