Fix minor grammatical error in documentation

Summary: No code changes; comments/documentation only.
Closes https://github.com/facebook/react-native/pull/2083

Reviewed By: @​svcscm

Differential Revision: D2468024

Pulled By: @vjeux
This commit is contained in:
Tamara Woodson 2015-09-22 14:22:57 -07:00 committed by facebook-github-bot-8
parent f7ff980876
commit 4447bff976
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ var GESTURE_ACTIONS = [
* - `replacePrevious(route)` - Replace the previous scene
* - `immediatelyResetRouteStack(routeStack)` - Reset every scene with an
* array of routes
* - `popToRoute(route)` - Pop to a particular scene, as specified by it's
* - `popToRoute(route)` - Pop to a particular scene, as specified by its
* route. All scenes after it will be unmounted
* - `popToTop()` - Pop to the first scene in the stack, unmounting every
* other scene