You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2012/10/06 02:49:27 UTC

[9/9] git commit: fix typo

fix typo


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/3df3c3fc
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/3df3c3fc
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/3df3c3fc

Branch: refs/heads/5.4-js-rewrite
Commit: 3df3c3fcb4c1c0573d96adfe76db86588f132ab4
Parents: c8fd648
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Oct 5 16:30:28 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Oct 5 16:30:28 2012 -0700

----------------------------------------------------------------------
 .../integration/app1/pages/nested/AssetDemo.tml    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/3df3c3fc/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/nested/AssetDemo.tml
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/nested/AssetDemo.tml b/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/nested/AssetDemo.tml
index 7951116..17df073 100644
--- a/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/nested/AssetDemo.tml
+++ b/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/nested/AssetDemo.tml
@@ -36,7 +36,7 @@
 <img id="templatemeta" src="${asset:plugin.png}"/>
 
 <p>
-    Asset is sub-folder of META-INF/assets via asset: binding
+    Asset in sub-folder of META-INF/assets via asset: binding
 </p>
 
 <img id="metasub" src="${asset:sub/accepted.png}"/>