Fix typo
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 27 Apr 2012 18:47:56 +0200
changeset 580 14436483b4bc
parent 579 ad3418c538e5
child 581 8b78e95e9b06
Fix typo
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Fri Apr 27 17:35:44 2012 +0200
+++ b/spec/latest/json-ld-api/index.html	Fri Apr 27 18:47:56 2012 +0200
@@ -406,7 +406,7 @@
     </dd>
     <dt><tdef>subject definition</tdef></dt><dd>
       A <tref>JSON object</tref> used to represent a <tref>subject</tref> and one or more properties
-      of that subject. A <tref>JSON object</tref> is a subject definition if it does not contain they keys
+      of that subject. A <tref>JSON object</tref> is a subject 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>subject reference</tdef></dt><dd>
       A <tref>JSON object</tref> used to reference a subject having only the <code>@id</code> key.</dd>