diff --git a/src/plugins/onesignal.ts b/src/plugins/onesignal.ts index 7b212fac2..619024de8 100644 --- a/src/plugins/onesignal.ts +++ b/src/plugins/onesignal.ts @@ -382,7 +382,7 @@ export class OneSignal { * Lets you retrieve the OneSignal user id and device token. * Your handler is called after the device is successfully registered with OneSignal. * - * @returns {Promise<{userId: string; pushToken: string}>} Returns a Promise that reolves if the device was successfully registered. + * @returns {Promise} Returns a Promise that resolves if the device was successfully registered. * * userId {string} OneSignal userId is a UUID formatted string. (unique per device per app) *