You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/03/08 01:15:46 UTC

docs commit: CB-5693 - source code example not showing up in docs

Repository: cordova-docs
Updated Branches:
  refs/heads/master e51864bc3 -> 9c0bec71a


CB-5693 - source code example not showing up in docs


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

Branch: refs/heads/master
Commit: 9c0bec71ac2a2b9956f1a4d274fe068721723dc6
Parents: e51864b
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Mar 7 16:15:18 2014 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Mar 7 16:15:18 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9c0bec71/docs/en/edge/plugin_ref/spec.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/plugin_ref/spec.md b/docs/en/edge/plugin_ref/spec.md
index 55eba0d..b4f6a63 100644
--- a/docs/en/edge/plugin_ref/spec.md
+++ b/docs/en/edge/plugin_ref/spec.md
@@ -200,7 +200,7 @@ platform-specific web assets, as described below. Attributes include:
   relative to the `www` directory.
   Assets can be targeted to subdirectories, for example:
 
-    <asset src="www/new-foo.js" target="js/experimental/foo.js" />
+        <asset src="www/new-foo.js" target="js/experimental/foo.js" />
 
   creates the `js/experimental` directory within the `www` directory,
   unless already present, then copies the `new-foo.js` file and