From 48ccc4c24e0fa08c428ffd283b263c77d6645944 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 8 Apr 2018 20:50:25 +0200 Subject: [PATCH] docs(device-feedback): fix jsdoc --- src/@ionic-native/plugins/device-feedback/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/device-feedback/index.ts b/src/@ionic-native/plugins/device-feedback/index.ts index 132c523f8..ec8c60858 100644 --- a/src/@ionic-native/plugins/device-feedback/index.ts +++ b/src/@ionic-native/plugins/device-feedback/index.ts @@ -57,7 +57,7 @@ export class DeviceFeedback extends IonicNativePlugin { /** * Provide vibrate feedback to user, nevertheless respect user's tactile feedback setting as native feedback do. - * @param type {number} Specify type of vibration feedback. 0 for long press, 1 for virtual key, or 3 for keyboard tap. + * @param {number} type Specify type of vibration feedback. 0 for long press, 1 for virtual key, or 3 for keyboard tap. */ @Cordova({ sync: true }) haptic(type: number): void {}