Fix some minor spelling/grammar issues.
authorDave Longley <dlongley@digitalbazaar.com>
Tue, 19 Mar 2013 16:54:17 -0400
changeset 1455 28890e37b9e2
parent 1454 1683f2d770a6
child 1456 86c2999dd94a
Fix some minor spelling/grammar issues.
spec/latest/json-ld-syntax/index.html
--- 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">