Skip to content

Commit 844badf

Browse files
authored
docs(api-queries): Adds comma to the subtitle in the ByLabelText section (#474)
1 parent 6469d47 commit 844badf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dom-testing-library/api-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ screen.debug(screen.getAllByText('multi-test'))
115115
116116
### `ByLabelText`
117117

118-
> getByLabelText, queryByLabelText, getAllByLabelText, queryAllByLabelText
118+
> getByLabelText, queryByLabelText, getAllByLabelText, queryAllByLabelText,
119119
> findByLabelText, findAllByLabelText
120120
121121
```typescript

0 commit comments

Comments
 (0)