We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4e326 commit b69cd66Copy full SHA for b69cd66
docs/guide-which-query.md
@@ -38,7 +38,7 @@ possible. With this in mind, we recommend this order of priority:
38
39
## Manual Queries
40
41
-On top of the queries provided by the testing library, you can using the regular
+On top of the queries provided by the testing library, you can use the regular
42
[`querySelector` DOM API](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector)
43
to query elements. Note that using this as an escape hatch to query by class or
44
id is a bad practice because users can't see or identify these attributes. Use a
0 commit comments