docs(call-number): fix param type (#1684)

Changed first parameter to string when calling callNumber.
This commit is contained in:
Denis Glad 2017-06-13 02:05:43 +02:00 committed by Ibby Hadeed
parent 9bd4994f01
commit 279b449456

View File

@ -14,7 +14,7 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
* ...
*
*
* this.callNumber.callNumber(18001010101, true)
* this.callNumber.callNumber("18001010101", true)
* .then(() => console.log('Launched dialer!'))
* .catch(() => console.log('Error launching dialer'));
*