Fixed the typo

This commit is contained in:
pwlin 2014-09-27 22:25:58 +02:00
parent fc79828ef6
commit 2686c86ac3

View File

@ -70,7 +70,7 @@ Uninstall a package with its id.
###.appIsInstalled(_packageId, callbackContext_)
Check if an app is already installed.
cordova.plugins.fileOpener2.isAppInstalled('com.adobe.reader', {
cordova.plugins.fileOpener2.appIsInstalled('com.adobe.reader', {
success : function(res) {
if (res.status === 0) {
console.log('Adobe Reader is not installed.');