Repository: cordova-docs Updated Branches: refs/heads/master eaf0488c5 -> a7f0fa801
Modify the document errors This closes #620 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/a7f0fa80 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/a7f0fa80 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/a7f0fa80 Branch: refs/heads/master Commit: a7f0fa8019a23274374cf261d9f6c6a8f3b8bbe1 Parents: eaf0488 Author: IvanGong <[email protected]> Authored: Tue Jul 12 19:57:37 2016 +0800 Committer: Vladimir Kotikov <[email protected]> Committed: Tue Jul 12 16:29:32 2016 +0300 ---------------------------------------------------------------------- www/docs/en/dev/config_ref/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a7f0fa80/www/docs/en/dev/config_ref/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/config_ref/index.md b/www/docs/en/dev/config_ref/index.md index bac6ea0..548dfef 100644 --- a/www/docs/en/dev/config_ref/index.md +++ b/www/docs/en/dev/config_ref/index.md @@ -160,11 +160,11 @@ Examples: ```xml <widget ...> - <access origin="*"></content> + <access origin="*"></access> </widget> <widget ...> - <access origin="http://google.com"></content> + <access origin="http://google.com"></access> </widget> ``` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
