From ccf49655d90ba9d2b4a4d20d4175f40a0f72e13c Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 5 Sep 2017 12:38:14 -0700 Subject: [PATCH] Fix typo Summary: Fixed a typo in `ToastAndroid.js`'s comment. No test plan. Just fix a typo. Closes https://github.com/facebook/react-native/pull/15802 Differential Revision: D5767578 Pulled By: hramos fbshipit-source-id: 4ccc708800f7d4259d266fba195981a85e6647a1 --- Libraries/Components/ToastAndroid/ToastAndroid.android.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/ToastAndroid/ToastAndroid.android.js b/Libraries/Components/ToastAndroid/ToastAndroid.android.js index befc396f9..2555b83b4 100644 --- a/Libraries/Components/ToastAndroid/ToastAndroid.android.js +++ b/Libraries/Components/ToastAndroid/ToastAndroid.android.js @@ -24,7 +24,7 @@ var RCTToastAndroid = require('NativeModules').ToastAndroid; * There is also a function `showWithGravity` to specify the layout gravity. May be * ToastAndroid.TOP, ToastAndroid.BOTTOM, ToastAndroid.CENTER. * - * The 'showWithGravityWithOffset' function adds on the ability to specify offset + * The 'showWithGravityAndOffset' function adds on the ability to specify offset * These offset values will translate to pixels. * * Basic usage: