From 7b7c5eb3ab587f9fdd76cd8fc724d982be7f492f Mon Sep 17 00:00:00 2001 From: mukunzidd Date: Tue, 21 Nov 2017 16:40:01 +0200 Subject: [PATCH] Fix typo On "Getting Started 3." (#3022) Browse the official example app, which will `demonstrates` various patterns with React Navigation. demonstrates should be `demonstrate` --- packages/react-navigation/docs/guides/Guide-Intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-navigation/docs/guides/Guide-Intro.md b/packages/react-navigation/docs/guides/Guide-Intro.md index c509006d..6068fe38 100644 --- a/packages/react-navigation/docs/guides/Guide-Intro.md +++ b/packages/react-navigation/docs/guides/Guide-Intro.md @@ -17,7 +17,7 @@ Quickly get a grasp on the React Navigation API with demonstrations of the Stack Dive into the basics of React Navigation by creating a new React Native project, installing React Navigation, creating your first navigator, and learning how to interact with it. 3. [Navigation Playground](https://github.com/react-community/react-navigation/tree/master/examples/NavigationPlayground) -Curious of the various capabilities of React Navigation? Browse the official example app, which will demonstrates various patterns with React Navigation. +Curious of the various capabilities of React Navigation? Browse the official example app, which will demonstrate various patterns with React Navigation. 4. [Community Contributions](https://github.com/react-community/react-navigation#community-contributions) With the flexibility of React Navigation we won't be able to cover every possible situation, but another developer may have! Browse our list of community contributions to find topics that may answer your questions.