Fix some minor spelling/grammar issues.
--- a/spec/latest/json-ld-syntax/index.html Tue Mar 19 13:39:37 2013 -0700
+++ b/spec/latest/json-ld-syntax/index.html Tue Mar 19 16:54:17 2013 -0400
@@ -3126,7 +3126,7 @@
<section>
<h3>Transformation from JSON-LD to RDF</h3>
- <p>The process of turning a JSON-LD document depends on excersizing the
+ <p>The process of turning a JSON-LD document depends on executing the
algorithms defined in
<cite><a href="../json-ld-api/#convert-to-rdf-algorithm">
JSON-LD-API Convert to RDF Algorithm
@@ -3137,7 +3137,7 @@
<p>The procedure involves the following steps:</p>
<ol>
<li>Expand the JSON-LD document, removing any context; this ensures
- that properties, types and values are given their full representation
+ that properties, types, and values are given their full representation
as <tref title="IRI">IRIs</tref> and expanded values. The process of expanding
is discussed further in
<a class="sectionRef" href="#expanded-document-form"></a>.</li>
@@ -3147,7 +3147,7 @@
<li>Turn each <tref>node object</tref> into a series of
<tref href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-triple">RDF triples</tref>.</li>
</ol>
-
+
<p>For example, consider the following JSON-LD document in compact form:</p>
<pre class="example" data-transform="updateExample"
title="Sample JSON-LD document">
@@ -3172,9 +3172,9 @@
-->
</pre>
- <p>Running the JSON-LD Flattening algorithm against the JSON-LD input document in
- the example above and using the same context would result in the following
- output:</p>
+ <p>Running the JSON-LD Expansion and Flattening algorithms against the
+ JSON-LD input document in the example above would result in the
+ following output:</p>
<pre class="example" data-transform="updateExample"
title="Flattened and expanded form for the previous example">
@@ -3196,11 +3196,10 @@
}]
-->
</pre>
-
- <p>Transforming this to RDF not is a straight-forward process of turning each
- <tref>node object</tref> into one or more RDF triples. This can be expressed
- in Turtle as follows:</p>
-
+
+ <p>Transforming this to RDF now is a straightforward process of turning
+ each <tref>node object</tref> into one or more RDF triples. This can be
+ expressed in Turtle as follows:</p>
<pre class="example" data-transform="updateExample"
title="Turtle representation of expanded/flattend document">