You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2017/12/05 21:54:19 UTC

incubator-tamaya-extensions git commit: TAMAYA-318: Fix template

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master 4367539ce -> c29c0bb60


TAMAYA-318: Fix template


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/c29c0bb6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/c29c0bb6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/c29c0bb6

Branch: refs/heads/master
Commit: c29c0bb605ad8bb96c78b7ab554d65169fd1c23e
Parents: 4367539
Author: Phil Ottlinger <po...@apache.org>
Authored: Tue Dec 5 22:54:04 2017 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Tue Dec 5 22:54:04 2017 +0100

----------------------------------------------------------------------
 .../05-spring-example/src/main/resources/templates/welcome.ftl   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/c29c0bb6/examples/05-spring-example/src/main/resources/templates/welcome.ftl
----------------------------------------------------------------------
diff --git a/examples/05-spring-example/src/main/resources/templates/welcome.ftl b/examples/05-spring-example/src/main/resources/templates/welcome.ftl
index 08738da..183d3de 100644
--- a/examples/05-spring-example/src/main/resources/templates/welcome.ftl
+++ b/examples/05-spring-example/src/main/resources/templates/welcome.ftl
@@ -86,8 +86,8 @@ private DynamicValue<String> foregroundColor;
 	</p>
 	</td></tr></table>
 	<h2>Configuration Data</h2>
-	Cou can access the current configuration using the following URL: <a href="/config">/config</a>. <br/>
-	Add	additional path parameter for filtering...
+	You can access the current configuration using the following URL: <a href="/config">/config</a>. <br/>
+	Add	additional path parameters for filtering...
 </body>
 
 </html>
\ No newline at end of file