Typo/grammar fixes from the Manual.

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/c7a448f5
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/c7a448f5
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/c7a448f5

Branch: refs/heads/master
Commit: c7a448f5dddf7ad801e8bf24d36edcd76b920778
Parents: f885ea7
Author: ddekany <ddek...@apache.org>
Authored: Thu Aug 11 21:12:24 2016 +0200
Committer: ddekany <ddek...@apache.org>
Committed: Thu Aug 11 21:12:24 2016 +0200

----------------------------------------------------------------------
 src/main/docgen/book.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/c7a448f5/src/main/docgen/book.xml
----------------------------------------------------------------------
diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml
index 98b4283..95cf13c 100644
--- a/src/main/docgen/book.xml
+++ b/src/main/docgen/book.xml
@@ -47,15 +47,15 @@
     </mediaobject>
 
     <para>This approach is often referred to as the MVC (Model View
-    Controller) pattern, and is particularly popular for dynamic Web pages. It
-    helps in separating the Web page designers (HTML authors) from the
-    developers (Java programmers usually). Designers won't face complicated
-    logic in templates, and can change the appearance of a page without
-    programmers having to change or recompile code.</para>
+    Controller) pattern, and is particularly popular for dynamic web pages. It
+    helps in separating web page designers (HTML authors) from developers
+    (Java programmers usually). Designers won't face complicated logic in
+    templates, and can change the appearance of a page without programmers
+    having to change or recompile code.</para>
 
     <para>While FreeMarker was originally created for generating HTML pages in
     MVC web application frameworks, it isn't bound to servlets or HTML or
-    anything Web-related. It's used in non-web application environments as
+    anything web-related. It's used in non-web application environments as
     well.</para>
 
     <para>See the <olink targetdoc="templateAuthorsGuide">Manual for more

Reply via email to