From f9e2ed938132c43ead08a25a472f9ad86f361b0d Mon Sep 17 00:00:00 2001 From: Feliche-Demian Netliukh Date: Mon, 9 Dec 2024 11:15:53 +0100 Subject: [PATCH] Fix typo in matchers.d.ts --- types/matchers.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/matchers.d.ts b/types/matchers.d.ts index 8bf2ad5..5e1d070 100755 --- a/types/matchers.d.ts +++ b/types/matchers.d.ts @@ -165,7 +165,7 @@ declare namespace matchers { * @description * Allows you to check if a form element is currently required. * - * An `input`, `select`, `textarea`, or `form` element is invalid if it has an `aria-invalid` attribute with no + * An `input`, `select`, `textarea`, or `form` element is valid if it has an `aria-invalid` attribute with no * value or a value of "false", or if the result of `checkValidity()` is true. * @example *