You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by au...@apache.org on 2017/10/04 18:13:43 UTC

docs commit: CB-13390: clarify wording on functionality

Repository: cordova-docs
Updated Branches:
  refs/heads/master 0e966e900 -> d44b1381a


CB-13390: clarify wording on functionality

 This closes #744


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

Branch: refs/heads/master
Commit: d44b1381a96a50bec650ad1ec317e42c0f4f4658
Parents: 0e966e9
Author: Jan Piotrowski <pi...@gmail.com>
Authored: Wed Oct 4 11:51:03 2017 +0200
Committer: Audrey So <au...@apache.org>
Committed: Wed Oct 4 11:09:05 2017 -0700

----------------------------------------------------------------------
 www/docs/en/dev/plugin_ref/spec.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/d44b1381/www/docs/en/dev/plugin_ref/spec.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/plugin_ref/spec.md b/www/docs/en/dev/plugin_ref/spec.md
index 8168621..fa291fc 100644
--- a/www/docs/en/dev/plugin_ref/spec.md
+++ b/www/docs/en/dev/plugin_ref/spec.md
@@ -552,7 +552,7 @@ On Android (as of cordova-android@4.0.0), framework tags are used to include Mav
 <framework src="relative/path/FeedbackLib" custom="true" />
 ```
 
-Framework can also be used to have custom .gradle files sub-included into the main project's .gradle file:
+Framework can also be used to have custom `.gradle` files sub-included into the main project's `build.gradle` file:
 ```xml
 <framework src="relative/path/rules.gradle" custom="true" type="gradleReference" />
 ```


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