Fix it's to possessive form (it's == "it is", its == "possessive").
authorDave Longley <dlongley@digitalbazaar.com>
Thu, 14 Mar 2013 11:54:23 -0400
changeset 1448 591d3f1fd090
parent 1447 40efb847a915
child 1449 b1aaa5316d51
Fix it's to possessive form (it's == "it is", its == "possessive").
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Thu Mar 14 11:51:45 2013 -0400
+++ b/spec/latest/json-ld-api/index.html	Thu Mar 14 11:54:23 2013 -0400
@@ -1465,7 +1465,7 @@
                 <li>Initialize <i>expanded item</i> to the result of using this
                   algorithm recursively, passing <tref>active context</tref>,
                   <tref>active property</tref>, and <i>item</i> as <i>element</i>.</li>
-                <li>If the <tref>active property</tref> is <code>@list</code> or it's
+                <li>If the <tref>active property</tref> is <code>@list</code> or its
                   <tref>container mapping</tref> is set to <code>@list</code>, the
                   <i>expanded item</i> must not be an <tref>array</tref> or a
                   <tref>list object</tref>, otherwise a
@@ -1724,7 +1724,7 @@
               <code class="error"><a href="#idl-def-JsonLdErrorCode.invalid-language-tagged-value">invalid language-tagged value</a></code>
               error has been detected (only <tref title="string">strings</tref> can be language-tagged).</li>
             <li>Otherwise, if the <i>result</i> has a <code>@type</code> member
-              and it's value is not a <tref>string</tref>, an
+              and its value is not a <tref>string</tref>, an
               <code class="error"><a href="#idl-def-JsonLdErrorCode.invalid-typed-value">invalid typed value</a></code>
               error has been detected.</li>
           </ol>