diff --git a/src/@ionic-native/plugins/call-number/index.ts b/src/@ionic-native/plugins/call-number/index.ts index 77a5ddd7..73490c38 100644 --- a/src/@ionic-native/plugins/call-number/index.ts +++ b/src/@ionic-native/plugins/call-number/index.ts @@ -33,8 +33,8 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core'; export class CallNumber extends IonicNativePlugin { /** * Calls a phone number - * @param numberToCall {string} The phone number to call as a string - * @param bypassAppChooser {boolean} Set to true to bypass the app chooser and go directly to dialer + * @param {string} numberToCall The phone number to call as a string + * @param {boolean} bypassAppChooser Set to true to bypass the app chooser and go directly to dialer * @return {Promise} */ @Cordova({