Fix small markup typo in compact algorithm.
--- a/spec/latest/json-ld-api/index.html Wed May 08 13:13:25 2013 -0700
+++ b/spec/latest/json-ld-api/index.html Wed May 08 17:40:32 2013 -0700
@@ -1891,7 +1891,7 @@
<li>Initialize <i>compacted item</i> to the result of using this
algorithm recursively, passing <tref>active context</tref>,
<tref>inverse context</tref>, <tref>active property</tref>, and
- em>item</em> for <i>element</i>.</li>
+ <em>item</em> for <i>element</i>.</li>
<li>If <i>compacted item</i> is not <tref>null</tref>, then append
it to <i>result</i>.</li>
</ol>
@@ -2079,7 +2079,7 @@
to <i>compacted item</i> where the key is the
result of the <a href="#iri-compaction">IRI Compaction algorithm</a>,
passing <tref>active context</tref>, <tref>inverse context</tref>,
- <code>@index</code> as <i>iri</i>, and the associated with the
+ <code>@index</code> as <i>iri</i>, and the value associated with the
<code>@index</code> key in <i>expanded item</i> as <i>value</i>.</li>
</ol>
</li>