diff --git a/src/docbkx/introduction/about.xml b/src/docbkx/introduction/about.xml
index a0821cd1f1..51c25e6bca 100644
--- a/src/docbkx/introduction/about.xml
+++ b/src/docbkx/introduction/about.xml
@@ -25,7 +25,7 @@
SpringSource JIRA, the
SpringSource NOSQL Forum,
github comments or issues,
- or the Neo4j mailing list.
+ or the Neo4j mailing list.
Format of the Book
diff --git a/src/docbkx/reference/programming-model/mapping.xml b/src/docbkx/reference/programming-model/mapping.xml
index a18f719a54..d9ba9e447b 100644
--- a/src/docbkx/reference/programming-model/mapping.xml
+++ b/src/docbkx/reference/programming-model/mapping.xml
@@ -3,7 +3,7 @@
Object Graph Mapping
- Until recently Spring Data Neo4j supported the only more advanced and flexible AspectJ based mapping approach. Feedback about complications with the AspectJ tooling and other implications supported us in adding a simpler mapping to Spring Data Neo4j.
+ Until recently Spring Data Neo4j supported the only more advanced and flexible AspectJ based mapping approach, see . Feedback about complications with the AspectJ tooling and other implications supported us in adding a simpler mapping (see ) to Spring Data Neo4j.
Both versions work with the same annotations and provide similar API's but different behaviour.
diff --git a/src/docbkx/reference/programming-model/programming-model.xml b/src/docbkx/reference/programming-model/programming-model.xml
index 42e222e127..42ee7dfe8a 100644
--- a/src/docbkx/reference/programming-model/programming-model.xml
+++ b/src/docbkx/reference/programming-model/programming-model.xml
@@ -10,6 +10,7 @@
+
diff --git a/src/docbkx/reference/programming-model/spatial.xml b/src/docbkx/reference/programming-model/spatial.xml
index bea4a0ff7f..f9c51fd99a 100644
--- a/src/docbkx/reference/programming-model/spatial.xml
+++ b/src/docbkx/reference/programming-model/spatial.xml
@@ -1,6 +1,6 @@
-
+
Geospatial Queries
SpatialRepository is a dedicated Repository for spatial queries.
@@ -72,4 +72,4 @@ Iterable teamMembers = personRepository.findWithinDistance("personLayer"
]]>
-
\ No newline at end of file
+
diff --git a/src/docbkx/reference/programming-model/template.xml b/src/docbkx/reference/programming-model/template.xml
index 25b074a2de..8eb54d1de7 100644
--- a/src/docbkx/reference/programming-model/template.xml
+++ b/src/docbkx/reference/programming-model/template.xml
@@ -1,6 +1,6 @@
-
+
Neo4jTemplate
The Neo4jTemplate offers the convenient API of Spring templates for the Neo4j graph
@@ -76,4 +76,4 @@
those calls. All the other template methods require single network operations.
-
+