Repository: incubator-freemarker-site Updated Branches: refs/heads/master 53bd685cb -> c2989cde6
Fix for typo. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/d379d581 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/d379d581 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/d379d581 Branch: refs/heads/master Commit: d379d58147fbd6bfa8e7de2514f6645051ce958e Parents: 53bd685 Author: Jacopo Cappellato <[email protected]> Authored: Thu Jan 5 17:27:37 2017 +0100 Committer: Jacopo Cappellato <[email protected]> Committed: Thu Jan 5 17:27:37 2017 +0100 ---------------------------------------------------------------------- src/main/docgen/book.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/d379d581/src/main/docgen/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml index 9ed8698..7969c6e 100644 --- a/src/main/docgen/book.xml +++ b/src/main/docgen/book.xml @@ -1119,7 +1119,7 @@ two freemarker.jar-s and unpredictable behavior! <title>How do I contribute?</title> <para>First you should <link linkend="mailing-lists">subsrcribe to the - developer mailing list</link> to discuss what you plant to do.</para> + developer mailing list</link> to discuss what you plan to do.</para> <para>Then, fork the project on Github, and start working on the appropriate branch (see <link linkend="sourcecode">the repositories
