fix typo: showText -> show

Summary: fix typo: showText -> show
Closes https://github.com/facebook/react-native/pull/4140

Reviewed By: svcscm

Differential Revision: D2663635

Pulled By: nicklockwood

fb-gh-sync-id: 3969419e98e8220842494ffc8004b77b6d9a403f
This commit is contained in:
sunnylqm 2015-11-17 09:03:27 -08:00 committed by facebook-github-bot-6
parent 6e01c514d2
commit b0196a1932
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
var RCTToastAndroid = require('NativeModules').ToastAndroid; var RCTToastAndroid = require('NativeModules').ToastAndroid;
/** /**
* This exposes the native ToastAndroid module as a JS module. This has a function 'showText' * This exposes the native ToastAndroid module as a JS module. This has a function 'show'
* which takes the following parameters: * which takes the following parameters:
* *
* 1. String message: A string with the text to toast * 1. String message: A string with the text to toast