From 3f680a8de6f6ec328ff3fc8317c1aa9a2b7b8f90 Mon Sep 17 00:00:00 2001 From: pk Date: Sun, 26 Jan 2025 15:03:52 +0100 Subject: [PATCH] Fix typo --- tp-input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },