From 9c168e43ae803f7dec117f523b52538c9bf3656b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=85=E0=A4=AD=E0=A4=BF=E0=A4=A8=E0=A4=BE=E0=A4=B6=20?= =?UTF-8?q?=28Avinash=29?= Date: Wed, 23 Sep 2020 10:56:51 +0545 Subject: [PATCH] Minor grammatical change --- website/docs/ReactNavigation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/ReactNavigation.md b/website/docs/ReactNavigation.md index f76bd88b2..3149d7a16 100644 --- a/website/docs/ReactNavigation.md +++ b/website/docs/ReactNavigation.md @@ -149,7 +149,7 @@ Notice the 2 entries that don't come with the default React Native project: For this example, we are going to test out two things. The first thing is that the page is laid out as expected. The second, and most important, is that the page will transition to the detail screen when any item is tapped on. -Let's a [`AppNavigator.test.js`](https://github.com/callstack/react-native-testing-library/blob/master/examples/reactnavigation/src/__tests__/AppNavigator.js) file in `src/__tests__` directory: +Let's add a [`AppNavigator.test.js`](https://github.com/callstack/react-native-testing-library/blob/master/examples/reactnavigation/src/__tests__/AppNavigator.js) file in `src/__tests__` directory: ```jsx import React from 'react';