From d13bb902180828b2c0c464db43ad1619a383ece7 Mon Sep 17 00:00:00 2001 From: koala-lava <15828770+koala-lava@users.noreply.github.com> Date: Tue, 21 Jan 2020 00:20:50 +0700 Subject: [PATCH] docs: Tiny typo (#181) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ernesto GarcĂ­a --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ff6984..75d4cbe3 100644 --- a/README.md +++ b/README.md @@ -337,7 +337,7 @@ expect(getByTestId(container, 'invalid-form')).toBeInvalid() toBeRequired() ``` -This allows you to check if an form element is currently required. +This allows you to check if a form element is currently required. An element is required if it is having a `required` or `aria-required="true"` attribute.