3
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-18 09:47:08 +08:00

docs(printer): fix example ()

`this.p` is not defined as Printer is imported as `printer`
This commit is contained in:
Jan Piotrowski 2017-04-28 15:32:13 +02:00 committed by Ibby Hadeed
parent 822be1c248
commit dd69810494

@ -62,7 +62,7 @@ export interface PrintOptions {
* grayscale: true * grayscale: true
* }; * };
* *
* this.p.print(content, options).then(onSuccess, onError); * this.printer.print(content, options).then(onSuccess, onError);
* ``` * ```
* @interfaces * @interfaces
* PrintOptions * PrintOptions