From aee699a0e564b864bac2cc14136fa9b5a42a6efe Mon Sep 17 00:00:00 2001 From: Jez McKean Date: Thu, 21 Sep 2017 13:25:14 +0100 Subject: [PATCH] minor grammar fix This closes #241 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.