docs(printer): fix isAvailable description (#1782)

This commit is contained in:
Jan Piotrowski
2017-07-10 11:10:40 +02:00
committed by Ibby Hadeed
parent 7bbd25c1a2
commit f1a036d8b0
+1 -1
View File
@@ -76,7 +76,7 @@ export interface PrintOptions {
export class Printer extends IonicNativePlugin {
/**
* Checks whether to device is capable of printing.
* Checks whether the device is capable of printing (uses `check()` internally)
* @returns {Promise<boolean>}
*/
isAvailable(): Promise<boolean> {