From 7a020032f8a0723118f82d63afc9761d6bcba185 Mon Sep 17 00:00:00 2001 From: George Raphael Date: Fri, 18 Oct 2024 12:11:22 +0300 Subject: [PATCH] Update queries.mdx Remove unnecessary 'the' from sentence in documentation --- website/docs/12.x/docs/api/queries.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/12.x/docs/api/queries.mdx b/website/docs/12.x/docs/api/queries.mdx index 8c05e8ec1..85df7e0ac 100644 --- a/website/docs/12.x/docs/api/queries.mdx +++ b/website/docs/12.x/docs/api/queries.mdx @@ -1,6 +1,6 @@ # Queries -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. +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. ## Accessing queries