Skip to content

Commit 42a9b10

Browse files
Update docs/queries/byrole.mdx
Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
1 parent 901a272 commit 42a9b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/queries/byrole.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ getByRole('heading', {value: {now: 5}})
371371

372372
getAllByRole('heading', {value: {min: 0}})
373373
// [
374-
// <button>Volume</button>>,
374+
// <button>Volume</button>,
375375
// <button>Pitch</button>
376376
// ]
377377
```

0 commit comments

Comments
 (0)