From 4447bff97678ebfaa3bf32528f69ab27530736f3 Mon Sep 17 00:00:00 2001 From: Tamara Woodson Date: Tue, 22 Sep 2015 14:22:57 -0700 Subject: [PATCH] Fix minor grammatical error in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Libraries/CustomComponents/Navigator/Navigator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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