Skip to content

Commit 99f18e0

Browse files
committed
chore: format
1 parent e96650e commit 99f18e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/queries/byrole.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ For example in
187187
</body>
188188
```
189189

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
190+
you can get the "👍" link by calling `getByRole('link', { current: 'page' })`
191+
and the "👎" by calling `getByRole('link', { current: false })`. To learn more
192+
about the current state see
193193
[ARIA `aria-current`](https://www.w3.org/TR/wai-aria-1.2/#aria-current).
194194

195195
### `pressed`

0 commit comments

Comments
 (0)