Grammar fix
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 14 Aug 2012 18:50:49 +0200
changeset 806 1e75ba730109
parent 805 923a6c1f9243
child 807 57d2b01ec070
Grammar fix
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Tue Aug 14 18:40:32 2012 +0200
+++ b/spec/latest/json-ld-api/index.html	Tue Aug 14 18:50:49 2012 +0200
@@ -943,7 +943,8 @@
       <dd>The Base IRI to use when expanding the document. This overrides the value of
         <em>input</em> if it is a <a>IRI</a>. If not specified and <em>input</em> is not
         an <a>IRI</a>, the base IRI defaults to the current document IRI if in a browser context,
-        or the empty string if there is no document context.</dd>
+        or the empty string if there is no document context.
+      </dd>
       <dt>boolean optimize = false</dt>
       <dd>If set to <code>true</code>, the JSON-LD processor is allowed to
         optimize the output of the <a href="#compaction-algorithm">Compaction Algorithm</a>
@@ -951,12 +952,14 @@
         optimization is beyond the scope of this specification and thus
         not defined. Consequently, different implementations MAY implement
         different optimization algorithms.<br>
-        The default value is <code>false</code>.</dd>
+        The default value is <code>false</code>.
+      </dd>
       <dt>boolean useRdfType = false</dt>
-      <dd>If set to <code>true</code>, the JSON-LD processor will will use the
+      <dd>If set to <code>true</code>, the JSON-LD processor will use the
         expanded <code>rdf:type</code> IRI as the property instead of
         <code>@type</code> when converting <a>fromRDF</a>.<br>
-        The default value is <code>false</code>.</dd>
+        The default value is <code>false</code>.
+      </dd>
     </dl>
     </section>