From bc73c6ced63cef5652d03f6a1500a49491875e85 Mon Sep 17 00:00:00 2001 From: Edward Coleridge Smith Date: Wed, 29 May 2019 16:36:59 +0100 Subject: [PATCH] Fix a tiny typo (#122) --- docs/native-testing-library/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/native-testing-library/intro.md b/docs/native-testing-library/intro.md index 540a4df0c..18fb23a91 100644 --- a/docs/native-testing-library/intro.md +++ b/docs/native-testing-library/intro.md @@ -7,7 +7,7 @@ sidebar_label: Intro Native Testing Library is a testing library for **React Native** inspired by `dom-testing-library`. Because React Native does not run in a browser environment, the core queries are implemented independently, unlike other -wrappers that user `dom-testing-library` as the base. You'll find much more +wrappers that use `dom-testing-library` as the base. You'll find much more information about the library, including examples, on the project sites: - [Docs][docs]