We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c919520 commit d13bb90Copy full SHA for d13bb90
README.md
@@ -337,7 +337,7 @@ expect(getByTestId(container, 'invalid-form')).toBeInvalid()
337
toBeRequired()
338
```
339
340
-This allows you to check if an form element is currently required.
+This allows you to check if a form element is currently required.
341
342
An element is required if it is having a `required` or `aria-required="true"`
343
attribute.
0 commit comments