Fix typo
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 13 Jun 2012 06:26:23 +0400
changeset 713 0461180d15e6
parent 712 19e58f174ea4
child 714 b2f9a6924a9f
Fix typo
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Tue Jun 12 20:34:44 2012 -0400
+++ b/spec/latest/json-ld-syntax/index.html	Wed Jun 13 06:26:23 2012 +0400
@@ -17,7 +17,7 @@
           apply:  function(c) {
                     // extend the bibliography entries
                     berjon.biblio["MICRODATA"] = "<cite><a href=\"http://www.w3.org/TR/2012/WD-microdata-20120329/\">HTML Microdata</a></cite> Ian Hickson Editor. World Wide Web Consortium (work in progress). 29 March 2012. This edition of the HTML Microdata specification is http://www.w3.org/TR/2012/WD-microdata-20120329/. The <a href=\"http://www.w3.org/TR/microdata/\">latest edition of HTML Microdata</a> is available at http://www.w3.org/TR/microdata/";
-                    berjon.biblio["JSON-LD-API"] = "<cite><a href=\"http://json-ld.org/spec/ED/json-ld-api/20120524/\">TheThe JSON-LD API 1.0</a></cite> Manu Sporny, Gregg Kellogg, Dave Longley, Markus Lanthaler, Editors. World Wide Web Consortium (work in progress). 24 May 2012. Editor's Draft. This edition of the JSON-LD Syntax specification is http://json-ld.org/spec/ED/json-ld-api/20120524/. The <a href=\"http://json-ld.org/spec/latest/json-ld-api/\">latest edition of the JSON-LD Syntax</a> is available at http://json-ld.org/spec/latest/json-ld-api/";
+                    berjon.biblio["JSON-LD-API"] = "<cite><a href=\"http://json-ld.org/spec/ED/json-ld-api/20120524/\">The JSON-LD API 1.0</a></cite> Manu Sporny, Gregg Kellogg, Dave Longley, Markus Lanthaler, Editors. World Wide Web Consortium (work in progress). 24 May 2012. Editor's Draft. This edition of the JSON-LD Syntax specification is http://json-ld.org/spec/ED/json-ld-api/20120524/. The <a href=\"http://json-ld.org/spec/latest/json-ld-api/\">latest edition of the JSON-LD Syntax</a> is available at http://json-ld.org/spec/latest/json-ld-api/";
                     berjon.biblio["RDF-CONCEPTS"] = "<cite><a href=\"http://www.w3.org/TR/2011/WD-rdf11-concepts-20110830/\">RDF 1.1 Concepts and Abstract Syntax</a></cite> Richard Cyganiak, David Wood, Editors. World Wide Web Consortium (work in progress). 30 May 2012. Editor's Draft. This edition of the JSON-LD Syntax specification is http://www.w3.org/TR/2011/WD-rdf11-concepts-20110830/. The <a href=\"http://www.w3.org/TR/rdf11-concepts/\">latest edition of the JSON-LD Syntax</a> is available at http://www.w3.org/TR/rdf11-concepts/";
                     berjon.biblio["TURTLE-TR"] = "Eric Prud'hommeaux, Gavin Carothers. <cite><a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\">Turtle: Terse RDF Triple Language.</a></cite> 09 August 2011. W3C Working Draft. URL: <a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\">http://www.w3.org/TR/2011/WD-turtle-20110809/</a>";
                     berjon.biblio["RFC5988"] = "<cite><a href=\"http://tools.ietf.org/rfc/rfc5988\">Web Linking</a></cite> M. Nottingham. Editor. October 2010. IETF Standard. URL: <a href=\"http://tools.ietf.org/rfc/rfc5988.txt\">http://tools.ietf.org/rfc/rfc5988.txt</a>";
@@ -271,19 +271,19 @@
 <p>This document has been under development for over 18 months in the
 JSON for Linking Data Community Group. The document has recently been
 moved into the RDF Working Group for review and publication along the
-Recommendation track. This specification has undergone significant 
+Recommendation track. This specification has undergone significant
 development, review, and changes during the course of the last 18
 months and is being published as a First Public Working Draft so that
 it may gain wider review and feedback.
 </p>
 <p>
-There are currently 
-<a href="http://json-ld.org/#impl">five interoperable implementations</a> 
+There are currently
+<a href="http://json-ld.org/#impl">five interoperable implementations</a>
 of this specification. There is
-a <a href="https://github.com/json-ld/json-ld.org/tree/master/test-suite">fairly complete test suite</a> 
-and a  
-<a href="http://json-ld.org/playground/">live JSON-LD editor</a> 
-that is capable of demonstrating the features described in 
+a <a href="https://github.com/json-ld/json-ld.org/tree/master/test-suite">fairly complete test suite</a>
+and a
+<a href="http://json-ld.org/playground/">live JSON-LD editor</a>
+that is capable of demonstrating the features described in
 this document. While development on implementations, the test suite
 and the live editor will continue, they are believed to be mature enough
 to be integrated into a non-production system at this point in time with
@@ -302,13 +302,13 @@
 A <em>document</em> in this data network is typically identified using an
 <tref>IRI</tref> (Internationalized Resource Identifier). A software program
 can typically follow an IRI just like you follow a URL by putting it into your
-browser's location bar. By following IRIs, a software program can find 
-more information about the <em>document</em> and the <em>thing</em>s that 
-the document describes. 
-These <em>things</em> may also be identified using <tref>IRI</tref>s. The 
-<tref>IRI</tref> allows a software program to start at one 
+browser's location bar. By following IRIs, a software program can find
+more information about the <em>document</em> and the <em>thing</em>s that
+the document describes.
+These <em>things</em> may also be identified using <tref>IRI</tref>s. The
+<tref>IRI</tref> allows a software program to start at one
 <em>document</em> and follow links to other
-<em>documents</em> or <em>things</em> in order to learn more about all of 
+<em>documents</em> or <em>things</em> in order to learn more about all of
 the <em>documents</em> and <em>things</em> described on the Web.
 </p>
 
@@ -456,7 +456,7 @@
 
 <section>
   <h2>Contributing</h2>
-  
+
   <p>There are a number of ways that one may participate in the development of
   this specification:</p>
 
@@ -468,18 +468,18 @@
     <li>Ad-hoc technical discussion primarily occurs on the public community mailing list:
       <a href="http://lists.w3.org/Archives/Public/public-linked-json/">public-linked-json@w3.org</a></li>
 
-    <li><a href="http://json-ld.org/minutes/">Public JSON-LD Community Group teleconferences</a> 
+    <li><a href="http://json-ld.org/minutes/">Public JSON-LD Community Group teleconferences</a>
     are held on Tuesdays at 1500UTC every week.</li>
 
-    <li>RDF Working Group teleconferences are held on Wednesdays at 1500UTC 
+    <li>RDF Working Group teleconferences are held on Wednesdays at 1500UTC
     every week. Participation is limited to RDF Working Group members.</li>
 
     <li>Specification bugs and issues should be reported in the
       <a href="https://github.com/json-ld/json-ld.org/issues">issue tracker</a>
-      if you do not want to send an e-mail to the public-rdf-comments mailing 
+      if you do not want to send an e-mail to the public-rdf-comments mailing
       list.</li>
 
-    <li><a href="https://github.com/json-ld/json-ld.org/tree/master/spec">Source code</a> 
+    <li><a href="https://github.com/json-ld/json-ld.org/tree/master/spec">Source code</a>
       for the specification can be found on Github.</li>
 
     <li>The <a href="http://webchat.freenode.net/?channels=json-ld">#json-ld</a>
@@ -2357,7 +2357,7 @@
 in the RDF Concepts document to the extent to which it makes sense to do so.
 In general, if there is an analogue to terminology used in this document in
 the RDF Concepts document, the preference is to use the terminology in the
-RDF Concepts document. 
+RDF Concepts document.
 </p>
 
 <p>JSON-LD is a specification for representing <tref>Linked Data</tref> in JSON. A common
@@ -2768,7 +2768,7 @@
 performed several implementations of the specification, and Ian Davis, who
 created RDF/JSON. Thanks also to Nathan Rixham, Bradley P. Allen,
 Kingsley Idehen, Glenn McDonald, Alexandre Passant, Danny Ayers, Ted
-Thibodeau Jr., Olivier Grisel, Josh Mandel, Eric Prud'hommeaux, 
+Thibodeau Jr., Olivier Grisel, Josh Mandel, Eric Prud'hommeaux,
 David Wood, Guus Schreiber, Pat Hayes, Sandro Hawke, and Richard
 Cyganiak for their input on the specification.
 </p>