Fix typo
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Mon, 17 Dec 2012 14:43:04 +0100
changeset 1051 5e7fac31d10c
parent 1050 b2c86db78746
child 1052 1172205b72c3
Fix typo
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Sun Dec 16 22:31:48 2012 -0500
+++ b/spec/latest/json-ld-syntax/index.html	Mon Dec 17 14:43:04 2012 +0100
@@ -380,7 +380,7 @@
   <a href="#sets-and-lists"></a>.</dd>
 <dt><code>@annotation</code></dt>
 <dd>Used to specify that a container is used to index information and
-  that processing should continue deeper into a JSON data structure. 
+  that processing should continue deeper into a JSON data structure.
   This keyword is described in the section titled
   <a href="#data-annotations"></a>.</dd>
 <dt><code>@vocab</code></dt>
@@ -2365,12 +2365,12 @@
 <section>
 <h2>Data Annotations</h2>
 
-<p>It is common for developers using JSON to utilize database-like 
-index information in their markup. For example, indexing article information 
+<p>It is common for developers using JSON to utilize database-like
+index information in their markup. For example, indexing article information
 by language or employees by a government issued ID number. Data annotations
 allow content that would otherwise be disconnected in a JSON-LD graph to be
 connected by instructing the JSON-LD processor to ignore the indexing
-information an continue processing deeper into the JSON data structure.</p>
+information and continue processing deeper into the JSON data structure.</p>
 
 <pre class="example" data-transform="updateExample"
      title="Data annotations">