diff --git a/src/@ionic-native/plugins/paypal/index.ts b/src/@ionic-native/plugins/paypal/index.ts index 32a16ccc1..38c879496 100644 --- a/src/@ionic-native/plugins/paypal/index.ts +++ b/src/@ionic-native/plugins/paypal/index.ts @@ -7,7 +7,7 @@ import { Plugin, Cordova } from '@ionic-native/core'; * * @usage * ``` - * import { PayPal, PayPalPayment, PayPalConfiguration } from '@ionic-native/pay-pal'; + * import { PayPal, PayPalPayment, PayPalConfiguration } from '@ionic-native/paypal'; * * constructor(private payPal: PayPal) { } *