8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0335736 commit 9dbf032Copy full SHA for 9dbf032
reference/constraints/Email.rst
@@ -135,7 +135,7 @@ address. Valid values are:
135
136
* ``loose``, it uses a simple regular expression to validate the address (it
137
checks that at least one ``@`` character is present, etc.). This validation is
138
- very simple and it's recommended to use one of the other methods instead;
+ too simple and it's recommended to use one of the other modes instead;
139
* ``html5``, it validates email addresses using the same regular expression
140
as the `HTML5 email input element`_, making the backend validation consistent
141
with the one provided by browsers;
0 commit comments