Skip to content

Commit

Permalink
docs(printer): fix example (#1439)
Browse files Browse the repository at this point in the history
`this.p` is not defined as Printer is imported as `printer`
  • Loading branch information
janpio authored and ihadeed committed Apr 28, 2017
1 parent 822be1c commit dd69810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/printer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export interface PrintOptions {
* grayscale: true
* };
*
* this.p.print(content, options).then(onSuccess, onError);
* this.printer.print(content, options).then(onSuccess, onError);
* ```
* @interfaces
* PrintOptions
Expand Down

0 comments on commit dd69810

Please sign in to comment.