Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit bbd5d5c

Browse files
committed
Improve EmailAddress 'hostnameValidator' option text
1 parent ad4c951 commit bbd5d5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/book/validators/email-address.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ using `setOptions()`. The following options are supported:
4848
set to `false`, then only the local part of the email address will be checked.
4949
In this case the hostname validator will not be called. This option defaults
5050
to `true`.
51-
- `hostnameValidator`: Sets the hostname validator options with which the domain part of the
52-
email address will be validated.
51+
- `hostnameValidator`: Sets the hostname validator object instance with which the
52+
domain part of the email address will be validated.
5353
- `useMxCheck`: Defines if the MX records from the server should be detected. If this
5454
option is defined to `true` then the MX records are used to verify if the
5555
server accepts emails. This option defaults to `false`.

0 commit comments

Comments
 (0)