Minor grammar fixes to the JSON-LD Grammar section.
authorManu Sporny <msporny@digitalbazaar.com>
Sat, 29 Sep 2012 20:26:19 -0400
changeset 881 a10bcff5fadf
parent 880 5dde130ec3ac
child 882 a43887c9b598
Minor grammar fixes to the JSON-LD Grammar section.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Sat Sep 29 20:07:08 2012 -0400
+++ b/spec/latest/json-ld-syntax/index.html	Sat Sep 29 20:26:19 2012 -0400
@@ -2630,7 +2630,7 @@
 
 <p>A JSON-LD processor SHOULD attempt to process non-conforming
   JSON-LD documents. Conformance violations MUST be reported through a
-  callback mechanism defined in [[JSON-LD-API]].</p>
+  conformance violation callback mechanism defined in the [[JSON-LD-API]].</p>
 
 <p>For a JSON-LD document to be conforming, it MUST be a valid JSON document
   as described in [[!RFC4627]].</p>
@@ -2694,7 +2694,7 @@
   <li><code>@type</code></li>
 </ul>
 <p>If the <tref>node definition</tref> contains the <code>@context</code>
-  key, it's value MUST be one of the following:</p>
+  key, its value MUST be one of the following:</p>
 <ul>
   <li>a <tref>string</tref> with the lexical form of <tref>IRI</tref>,</li>
   <li>a <tref>JSON object</tref> conforming the the syntax requirements stated
@@ -2743,7 +2743,7 @@
   <tref>active context</tref> expanding into an <tref>absolute IRI</tref>,
   or an <tref>array</tref> of any of these.</p>
 
-<p class="note">A JSON-LD processor SHOULD process non-conforming documents
+<p>A JSON-LD processor SHOULD process non-conforming documents
   having <code>@type</code> values including <tref>node definition</tref> or
   <tref>node reference</tref> entries but MUST
   discard everything except for the value of the <code>@id</code> key.</p>
@@ -2808,8 +2808,8 @@
 <p>See <a href="#named-graphs"></a> for further discussion on
   <code>@graph</code> values.</p>
 
-<p>A JSON-LD document MUST NOT contain any other <tref>keyword</tref> or
-  alias expanding to any other keyword.</p>
+<p>A JSON-LD document MUST NOT contain any <tref>keyword</tref> or
+  alias that expands to another keyword.</p>
 
 <p>Other keys MUST expand to an <tref>absolute IRI</tref> using the
   <tref>active context</tref>. The values associated with these keys
@@ -2828,15 +2828,15 @@
   <li><code>@set</code> or <code>@list</code>
     definition (see <a href="#sets-and-lists"></a>),</li>
   <li>an <tref>array</tref> zero or more of these, or</li>
-  <li><tref>language map</tref>.</li>
+  <li>a <tref>language map</tref></li>
 </ul>
 
 </section>
 
 <section id="grammar-node-reference">
 <h2>Node Reference</h2>
-<p>A <tref>JSON object</tref> containing only the <code>@id</code> (or alias)
-  is a <tref>node reference</tref> and not a
+<p>A <tref>JSON object</tref> containing only the <code>@id</code> 
+  (or an alias for <code>@id</code>) is a <tref>node reference</tref> and not a
   <tref>node definition</tref>.
 </p>
 <pre class="example" data-transform="updateExample"