From 4e7b17c3b73cd6d3bbfcf759406eda65418627fb Mon Sep 17 00:00:00 2001 From: "G. Kay Lee" Date: Thu, 22 Jun 2017 10:36:15 +0800 Subject: [PATCH] Update Screen-Nav-Options.md (#1793) Fix grammatical error in docs --- packages/react-navigation/docs/guides/Screen-Nav-Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-navigation/docs/guides/Screen-Nav-Options.md b/packages/react-navigation/docs/guides/Screen-Nav-Options.md index 3930a414..adb385b5 100644 --- a/packages/react-navigation/docs/guides/Screen-Nav-Options.md +++ b/packages/react-navigation/docs/guides/Screen-Nav-Options.md @@ -17,7 +17,7 @@ class MyScreen extends React.Component { **Dynamic Configuration** -Or, the options can be a function that takes the following arguments, and returns an object of navigation options that will be override the route-defined and navigator-defined navigationOptions. +Or, the options can be a function that takes the following arguments, and returns an object of navigation options that will override the route-defined and navigator-defined navigationOptions. - `props` - The same props that are available to the screen component - `navigation` - The [navigation prop](/docs/navigators/navigation-prop) for the screen, with the screen's route at `navigation.state`