diff --git a/src/plugins/ibeacon.ts b/src/plugins/ibeacon.ts index 78da69ebc..fb5374256 100644 --- a/src/plugins/ibeacon.ts +++ b/src/plugins/ibeacon.ts @@ -546,11 +546,11 @@ export class IBeacon { /** * Queries the native layer to determine the current authorization in effect. * - * @returns {Promise} Returns a promise which is resolved with the + * @returns {Promise} Returns a promise which is resolved with the * requested authorization status. */ @Cordova({otherPromise: true}) - static getAuthorizationStatus(): Promise { return; } + static getAuthorizationStatus(): Promise { return; } /** * For iOS 8 and above only. The permission model has changed by Apple in iOS 8, making it necessary for apps to