You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2017/09/27 16:47:02 UTC

cordova-plugin-inappbrowser git commit: minor grammar fix

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master d78cfdc4d -> aee699a0e


minor grammar fix

This closes #241


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/aee699a0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/aee699a0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/aee699a0

Branch: refs/heads/master
Commit: aee699a0e564b864bac2cc14136fa9b5a42a6efe
Parents: d78cfdc
Author: Jez McKean <je...@users.noreply.github.com>
Authored: Thu Sep 21 13:25:14 2017 +0100
Committer: Joe Bowser <bo...@apache.org>
Committed: Wed Sep 27 09:46:47 2017 -0700

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/aee699a0/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index fc4673b..a4b7cd9 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ plugin).  The hook of `window.open` will be removed in a future major release.
 Until the hook is removed from the plugin, apps can manually restore the default
 behaviour:
 
-    delete window.open // Reverts the call back to it's prototype's default
+    delete window.open // Reverts the call back to its prototype's default
 
 Although `window.open` is in the global scope, InAppBrowser is not available until after the `deviceready` event.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org