Skip to content

Commit 7bc0d5d

Browse files
Update queries.mdx (#1680)
Remove unnecessary 'the' from sentence in documentation
1 parent 0e85550 commit 7bc0d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/12.x/docs/api/queries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Queries
22

3-
Queries are one of the main building blocks for the React Native Testing Library. They enable you to find relevant elements in the element tree, which represents the your application's user interface when running under tests.
3+
Queries are one of the main building blocks for the React Native Testing Library. They enable you to find relevant elements in the element tree, which represents your application's user interface when running under tests.
44

55
## Accessing queries
66

0 commit comments

Comments
 (0)