From ac2ca9734a009504751ed60eec040a501875484a Mon Sep 17 00:00:00 2001 From: tu4mo Date: Fri, 2 Jul 2021 10:26:10 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db848d27..64b3deba 100644 --- a/README.md +++ b/README.md @@ -1068,7 +1068,7 @@ This allows you to check whether the given element has an Use the `aria-errormessage` attribute to reference another element that contains custom error message text. Multiple ids is **NOT** allowed. Authors MUST use -`aria-invalid` in conjunction with `aria-errormessage`. Leran more from +`aria-invalid` in conjunction with `aria-errormessage`. Learn more from [`aria-errormessage` spec](https://www.w3.org/TR/wai-aria/#aria-errormessage). Whitespace is normalized.