Skip to content

Commit b69cd66

Browse files
balazsorban44Kent C. Dodds
authored and
Kent C. Dodds
committed
fix language (#119)
1 parent 2f4e326 commit b69cd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide-which-query.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ possible. With this in mind, we recommend this order of priority:
3838

3939
## Manual Queries
4040

41-
On top of the queries provided by the testing library, you can using the regular
41+
On top of the queries provided by the testing library, you can use the regular
4242
[`querySelector` DOM API](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector)
4343
to query elements. Note that using this as an escape hatch to query by class or
4444
id is a bad practice because users can't see or identify these attributes. Use a

0 commit comments

Comments
 (0)