--- a/rdf-primer/index.html	Mon Feb 17 10:31:42 2014 +0100
+++ b/rdf-primer/index.html	Mon Feb 17 10:20:10 2014 +0000
@@ -1224,10 +1224,10 @@
 specification of triples within HTML. For example, the <code>div</code> elements 
 in lines 1 and 12 have an <code>about</code> 
 attribute, specifying the IRI about which RDF statements can be made within this
-block. In line 3 we see a <code>rel</code> ("relation") attribute that
-an RDFa-aware processor should interpret as an RDF property IRI. The
-<code>href</code> attribute value is the object of the triple. Th
-result is the triple: <p>
+element. In line 3 we see a <code>rel</code> ("relation") attribute that
+will be interpreted as an RDF property IRI. The
+<code>href</code> attribute value is the object of the triple. This
+result in the triple: <p>
 
 <pre class="example">
 <http://example.org/bob#me> <http://xmlns.com/foaf/0.1/knows> <http://example.org/alice#me> .