(Manual typo)
diff --git a/src/manual/en_US/book.xml b/src/manual/en_US/book.xml
index 8f43a97..665826f 100644
--- a/src/manual/en_US/book.xml
+++ b/src/manual/en_US/book.xml
@@ -6366,8 +6366,8 @@
         <para>Regardless if <literal>latestProduct</literal> is a
         <literal>Map</literal> that contains the <literal>"name"</literal> and
         <literal>"url"</literal> keys, or it's a JavaBean as shown above, in
-        the template you can use <literal>${latestProduct.name}</literal> .The
-        root itself need not be a <literal>Map</literal> either. It could be
+        the template you can use <literal>${latestProduct.name}</literal>. The
+        root itself need not be a <literal>Map</literal> either; it could be
         an object with <literal>getUser()</literal> and
         <literal>getLastestProduct()</literal> methods too.</para>