diff --git a/tp-input.js b/tp-input.js index f515ae7..525fe5d 100644 --- a/tp-input.js +++ b/tp-input.js @@ -121,7 +121,7 @@ class TpInput extends BaseElement { /* * Force invalid state no matter what. * Useful if the input must be invalid even if the value itself would be valid. - * For example: Event if a valid email address was entered, an external test that makes a DNS check for the domain may fail. + * For example: Even if a valid email address was entered, an external test that makes a DNS check for the domain may fail. * In this case we still want to force the invalid state. */ forceInvalid: { type: Boolean },