diff --git a/src/@ionic-native/plugins/printer/index.ts b/src/@ionic-native/plugins/printer/index.ts index 51337b564..4598ce909 100644 --- a/src/@ionic-native/plugins/printer/index.ts +++ b/src/@ionic-native/plugins/printer/index.ts @@ -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} */ isAvailable(): Promise {