Merge pull request #161 from scor/typos1
authorDavid I. Lehn <dil@lehn.org>
Mon, 24 Sep 2012 10:14:59 -0700
changeset 871 34d36939b7cf
parent 869 906337968c02 (current diff)
parent 870 23722a979da6 (diff)
child 872 51128d6f05c6
Merge pull request #161 from scor/typos1

fix minor typo
--- a/spec/latest/json-ld-api/index.html	Wed Sep 19 19:34:10 2012 +0200
+++ b/spec/latest/json-ld-api/index.html	Mon Sep 24 10:14:59 2012 -0700
@@ -683,7 +683,7 @@
     <dt><tdef>node definition</tdef></dt>
     <dd>A <tref>JSON object</tref> used to represent a <tref>node</tref> and
       one or more properties of that node. A <tref>JSON object</tref> is a
-      node definition if it does not contain they keys <code>@value</code>,
+      node definition if it does not contain the keys <code>@value</code>,
       <code>@list</code> or <code>@set</code> and it has one or more keys
       other than <code>@id</code>.</dd>
     <dt><tdef>node reference</tdef></dt>
--- a/spec/latest/json-ld-framing/index.html	Wed Sep 19 19:34:10 2012 +0200
+++ b/spec/latest/json-ld-framing/index.html	Mon Sep 24 10:14:59 2012 -0700
@@ -365,7 +365,7 @@
     <dt><tdef>node definition</tdef></dt>
     <dd>A <tref>JSON object</tref> used to represent a <tref>node</tref> and
       one or more properties of that node. A <tref>JSON object</tref> is a
-      node definition if it does not contain they keys <code>@value</code>,
+      node definition if it does not contain the keys <code>@value</code>,
       <code>@list</code> or <code>@set</code> and it has one or more keys
       other than <code>@id</code>.</dd>
     <dt><tdef>node reference</tdef></dt>
--- a/spec/latest/json-ld-syntax/index.html	Wed Sep 19 19:34:10 2012 +0200
+++ b/spec/latest/json-ld-syntax/index.html	Mon Sep 24 10:14:59 2012 -0700
@@ -421,7 +421,7 @@
     <dt><tdef>node definition</tdef></dt><dd>
       A <tref>JSON object</tref> used to represent a <tref>node</tref> and
       one or more properties of that node. A <tref>JSON object</tref> is a
-      node definition if it does not contain they keys <code>@value</code>,
+      node definition if it does not contain the keys <code>@value</code>,
       <code>@list</code> or <code>@set</code> and it has one or more keys other
       than <code>@id</code>. A node definition MAY be spread among different
       parts of a document or even between different documents.</dd>