We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96650e commit 99f18e0Copy full SHA for 99f18e0
docs/queries/byrole.mdx
@@ -187,9 +187,9 @@ For example in
187
</body>
188
```
189
190
-you can get the "👍" link by calling `getByRole('link', { current: 'page' })` and
191
-the "👎" by calling `getByRole('link', { current: false })`. To learn more about
192
-the current state see
+you can get the "👍" link by calling `getByRole('link', { current: 'page' })`
+and the "👎" by calling `getByRole('link', { current: false })`. To learn more
+about the current state see
193
[ARIA `aria-current`](https://www.w3.org/TR/wai-aria-1.2/#aria-current).
194
195
### `pressed`
0 commit comments