fix minor typo
authorscor <scorlosquet@gmail.com>
Mon, 24 Sep 2012 12:44:08 -0400
changeset 870 23722a979da6
parent 869 906337968c02
child 871 34d36939b7cf
fix minor typo
spec/latest/json-ld-api/index.html
spec/latest/json-ld-framing/index.html
spec/latest/json-ld-syntax/index.html
--- 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 12:44:08 2012 -0400
@@ -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 12:44:08 2012 -0400
@@ -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 12:44:08 2012 -0400
@@ -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>