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 e82b2ae commit 55e0721Copy full SHA for 55e0721
docs/dom-testing-library/api-queries.mdx
@@ -837,9 +837,9 @@ For example in
837
```
838
839
you can get the "Expandable Menu Item" link by calling
840
-`getByRole('link', { expanded: false })`. To learn more about the checked state
+`getByRole('link', { expanded: false })`. To learn more about the expanded state
841
and which elements can have this state see
842
-[ARIA `aria-checked`](https://www.w3.org/TR/wai-aria-1.2/#aria-expanded).
+[ARIA `aria-expanded`](https://www.w3.org/TR/wai-aria-1.2/#aria-expanded).
843
844
```html
845
<div role="dialog">...</div>
0 commit comments