Skip to content

Commit

Permalink
docs: Tiny typo (#181)
Browse files Browse the repository at this point in the history
Co-authored-by: Ernesto García <gnapse@gmail.com>
  • Loading branch information
koala-lava and gnapse committed Jan 20, 2020
1 parent c919520 commit d13bb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit d13bb90

Please sign in to comment.