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 d093d18 commit c682506Copy full SHA for c682506
README.md
@@ -533,7 +533,7 @@ expect(getByTestId('parent')).toContainHTML('</span>')
533
toHaveAccessibleDescription(expectedAccessibleDescription?: string | RegExp)
534
```
535
536
-This allows to assert that an element is has the expected
+This allows to assert that an element has the expected
537
[accessible description](https://w3c.github.io/accname/).
538
539
You can pass the exact string of the expected accessible description, or you can
0 commit comments