Skip to content

Commit

Permalink
docs(): fix typo in param type (#1699)
Browse files Browse the repository at this point in the history
'nuber' changed to 'number'
  • Loading branch information
OArnarsson authored and ihadeed committed Jun 18, 2017
1 parent 72f838d commit 07443e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/mobile-accessibility/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class MobileAccessibility extends IonicNativePlugin {
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 })
setTextZoom(textZoom: number): void { }
Expand Down

0 comments on commit 07443e0

Please sign in to comment.