Skip to content

Commit

Permalink
Lowercase and link label
Browse files Browse the repository at this point in the history
  • Loading branch information
egulias committed Jan 13, 2014
1 parent aa5aa61 commit a0dd460
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/constraints/Email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ strict

**type**: ``boolean`` **default**: ``false``

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

message
~~~~~~~
Expand All @@ -126,4 +126,4 @@ check the validity of the MX *or* the A *or* the AAAA record of the host
of the given email.


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

0 comments on commit a0dd460

Please sign in to comment.