You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,10 @@ Validation strategies should implement `emailvalidator4j.ValidationStrategy`
42
42
## Out of the box available validators
43
43
44
44
### WarningsNotAllowed
45
-
Will make an email invalid if there's at lest one [Warning](https://github.com/egulias/EmailValidator4J/blob/master/src/main/java/emailvalidator4j/parser/Warnings.java)
45
+
Will make an email invalid if there's at least one [Warning](https://github.com/egulias/EmailValidator4J/blob/master/src/main/java/emailvalidator4j/parser/Warnings.java)
46
46
47
47
### MXRecord
48
-
Will check for the existance of a Mail eXchange record on the host.
48
+
Will check for the existence of a Mail eXchange record on the host.
0 commit comments