From 88f6ecf2507ad7082d0dadf2f1c1875b657bd2ff Mon Sep 17 00:00:00 2001 From: Mark McEahern Date: Wed, 2 Nov 2016 16:49:34 -0500 Subject: [PATCH] docs(inappbrowser): fix typo (#766) --- src/plugins/inappbrowser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/inappbrowser.ts b/src/plugins/inappbrowser.ts index 3a82707a0..579543e96 100644 --- a/src/plugins/inappbrowser.ts +++ b/src/plugins/inappbrowser.ts @@ -39,7 +39,7 @@ export interface InAppBrowserEvent extends Event { export class InAppBrowser { static open(url: string, target?: string, options?: string): void { - console.warn('Native: Your current usage of the InAppBrowser plugin is depreciated as of ionic-native@1.3.8. Please check the Ionic Native docs for the latest usage details.'); + console.warn('Native: Your current usage of the InAppBrowser plugin is deprecated as of ionic-native@1.3.8. Please check the Ionic Native docs for the latest usage details.'); } private _objectInstance: any;