You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/06/29 20:14:10 UTC

[cordova-docs] branch master updated: docs: fix dependency tag to be valid

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new b651037  docs: fix dependency tag to be valid
b651037 is described below

commit b6510374c4f57dc5982a4b41f8e8595b6028bae8
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat Jun 29 22:14:04 2019 +0200

    docs: fix dependency tag to be valid
---
 www/docs/en/dev/plugin_ref/spec.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/docs/en/dev/plugin_ref/spec.md b/www/docs/en/dev/plugin_ref/spec.md
index 3a3b6db..1b686b1 100644
--- a/www/docs/en/dev/plugin_ref/spec.md
+++ b/www/docs/en/dev/plugin_ref/spec.md
@@ -236,7 +236,7 @@ version(string) | The version of the plugin depended on. Semver syntax is suppor
 Examples:
 ```xml
 <dependency id="cordova-plugin-someplugin" url="https://github.com/myuser/someplugin" commit="428931ada3891801" subdir="some/path/here" />
-<dependency id="cordova-plugin-someplugin" version="1.0.1">
+<dependency id="cordova-plugin-someplugin" version="1.0.1" />
 ```
 
 ## platform


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