From d9d89341d23211fa336d468795ad1e2928b96cf3 Mon Sep 17 00:00:00 2001 From: Ibby Date: Sun, 1 Jan 2017 04:11:51 -0500 Subject: [PATCH] docs(onesignal): fix docs --- src/plugins/onesignal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) *