docs(onesignal): fix docs

This commit is contained in:
Ibby 2017-01-01 04:11:51 -05:00
parent bbf75bcbd7
commit d9d89341d2

View File

@ -382,7 +382,7 @@ export class OneSignal {
* Lets you retrieve the OneSignal user id and device token. * Lets you retrieve the OneSignal user id and device token.
* Your handler is called after the device is successfully registered with OneSignal. * 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<Object>} 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) * userId {string} OneSignal userId is a UUID formatted string. (unique per device per app)
* *