diff --git a/Libraries/CustomComponents/Navigator/Navigator.js b/Libraries/CustomComponents/Navigator/Navigator.js index c0dd8346f..368e95150 100644 --- a/Libraries/CustomComponents/Navigator/Navigator.js +++ b/Libraries/CustomComponents/Navigator/Navigator.js @@ -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