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 <[email protected]> Authored: Tue Dec 5 22:54:04 2017 +0100 Committer: Phil Ottlinger <[email protected]> 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
