docs(): fix typo in param type (#1699)

'nuber' changed to 'number'
This commit is contained in:
Orri Arnarsson 2017-06-18 21:22:28 +00:00 committed by Ibby Hadeed
parent 72f838d768
commit 07443e0b53

View File

@ -179,7 +179,7 @@ export class MobileAccessibility extends IonicNativePlugin {
getTextZoomCallback(): Promise<number> { return; } getTextZoomCallback(): Promise<number> { 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 }) @Cordova({ sync: true })
setTextZoom(textZoom: number): void { } setTextZoom(textZoom: number): void { }