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 <[email protected]> Authored: Wed Oct 4 11:51:03 2017 +0200 Committer: Audrey So <[email protected]> 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 [email protected]), 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: [email protected] For additional commands, e-mail: [email protected]
