minor grammar fix

This closes #241
This commit is contained in:
Jez McKean 2017-09-21 13:25:14 +01:00 committed by Joe Bowser
parent d78cfdc4d4
commit aee699a0e5

View File

@ -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.