Summary:
> Explain the **motivation** for making this change. What existing problem does the pull request solve?

Just fixed a typo.

Feel free to make the change directly in the repo without my credit if the process is easier than accepting this PR.
Closes https://github.com/facebook/react-native/pull/11164

Differential Revision: D4236963

Pulled By: mkonicek

fbshipit-source-id: 72c059596216602f9ab30dea6eb5f9cdbf89d31b
This commit is contained in:
Seph Soliman 2016-11-28 03:34:39 -08:00 committed by Facebook Github Bot
parent 5e8e6b8f07
commit fde4fb1485
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ var Navigator = React.createClass({
* Reset every scene with an array of routes.
*
* @param {RouteStack} nextRouteStack Next route stack to reinitialize.
* All existing route stacks are destroyed an potentially recreated. There
* All existing route stacks are destroyed and potentially recreated. There
* is no accompanying animation and this method immediately replaces and
* re-renders the navigation bar and the stack items.
*/