Skip to content

Commit 9dbf032

Browse files
committed
Tweak
1 parent 0335736 commit 9dbf032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Email.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ address. Valid values are:
135135

136136
* ``loose``, it uses a simple regular expression to validate the address (it
137137
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;
138+
too simple and it's recommended to use one of the other modes instead;
139139
* ``html5``, it validates email addresses using the same regular expression
140140
as the `HTML5 email input element`_, making the backend validation consistent
141141
with the one provided by browsers;

0 commit comments

Comments
 (0)