From 07443e0b53d6353e7e2a1e7abd9e7ea598ed09cb Mon Sep 17 00:00:00 2001 From: Orri Arnarsson Date: Sun, 18 Jun 2017 21:22:28 +0000 Subject: [PATCH] docs(): fix typo in param type (#1699) 'nuber' changed to 'number' --- src/@ionic-native/plugins/mobile-accessibility/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/mobile-accessibility/index.ts b/src/@ionic-native/plugins/mobile-accessibility/index.ts index 0e533293f..66a1f6327 100644 --- a/src/@ionic-native/plugins/mobile-accessibility/index.ts +++ b/src/@ionic-native/plugins/mobile-accessibility/index.ts @@ -179,7 +179,7 @@ export class MobileAccessibility extends IonicNativePlugin { getTextZoomCallback(): Promise { return; } /** - * @param textZoom {nuber} A percentage value by which text in the WebView should be scaled. + * @param textZoom {number} A percentage value by which text in the WebView should be scaled. */ @Cordova({ sync: true }) setTextZoom(textZoom: number): void { }