From 9a733c3b4aed43876c2893cb90b97d95e00b8a84 Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 13 Mar 2017 14:17:30 -0700 Subject: [PATCH] docs(in-app-browser): fix typo (#1183) text fix --- 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 2e252f41b..3cfd15875 100644 --- a/src/plugins/inappbrowser.ts +++ b/src/plugins/inappbrowser.ts @@ -4,7 +4,7 @@ import { Observable } from 'rxjs/Observable'; declare var cordova: any; export interface InAppBrowserOptions { - /** Set to yes or no to ruen the InAppBrowser's location bar on or off. */ + /** Set to yes or no to turn the InAppBrowser's location bar on or off. */ location?: 'yes' | 'no'; /** Set to yes to create the browser and load the page, but not show it. The loadstop event fires when loading is complete. * Omit or set to no (default) to have the browser open and load normally. */