From b88d9d23801bd08bf3a677f0603b6a240d69e171 Mon Sep 17 00:00:00 2001 From: Alessandro Nadalin Date: Sun, 8 May 2016 11:47:08 -0700 Subject: [PATCH] Fixed typo Summary: Closes https://github.com/facebook/react-native/pull/7448 Differential Revision: D3274779 fb-gh-sync-id: ae50ff1939778663af2f212fd510ed04ea640bb2 fbshipit-source-id: ae50ff1939778663af2f212fd510ed04ea640bb2 --- .../Components/DrawerAndroid/DrawerLayoutAndroid.android.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js b/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js index 687c270be..2d2c73ea0 100644 --- a/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js +++ b/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js @@ -127,7 +127,7 @@ var DrawerLayoutAndroid = React.createClass({ * - idle, meaning there is no interaction with the navigation view happening at the time * - dragging, meaning there is currently an interaction with the navigation view * - settling, meaning that there was an interaction with the navigation view, and the - * navigation view is now finishing it's closing or opening animation + * navigation view is now finishing its closing or opening animation */ onDrawerStateChanged: ReactPropTypes.func, /**