You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2015/07/20 22:30:51 UTC

cordova-plugin-whitelist git commit: Typo: Remove duplicate word

Repository: cordova-plugin-whitelist
Updated Branches:
  refs/heads/master b2143d928 -> be33970b4


Typo: Remove duplicate word

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

Branch: refs/heads/master
Commit: be33970b411c4b066cc52a462f60fe5448a89f98
Parents: b2143d9
Author: Jonathan Bonnefoy <co...@e-weap.fr>
Authored: Mon Jul 20 16:27:21 2015 +0200
Committer: Jonathan Bonnefoy <co...@e-weap.fr>
Committed: Mon Jul 20 16:27:21 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/be33970b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f641b45..bb46111 100644
--- a/README.md
+++ b/README.md
@@ -32,8 +32,7 @@ top-level navigations only.
 
 Quirks: on Android it also applies to iframes for non-http(s) schemes.
 
-By default, navigations only to `file://` URLs, are allowed. To allow other
-other URLs, you must add `<allow-navigation>` tags to your `config.xml`:
+By default, navigations only to `file://` URLs, are allowed. To allow others URLs, you must add `<allow-navigation>` tags to your `config.xml`:
 
     <!-- Allow links to example.com -->
     <allow-navigation href="http://example.com/*" />


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