Minor fix
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Mon, 01 Apr 2013 21:05:20 +0200
changeset 1518 7efebdf9c3ad
parent 1517 89ae204a152d
child 1519 3ceb4e8b3d5b
Minor fix
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Mon Apr 01 20:47:42 2013 +0200
+++ b/spec/latest/json-ld-api/index.html	Mon Apr 01 21:05:20 2013 +0200
@@ -184,8 +184,8 @@
 
   <p>To understand the basics in this specification you must first be familiar with
     JSON, which is detailed in [[!RFC4627]]. You must also understand the
-    JSON-LD Syntax [[!JSON-LD]], which is the base syntax used by all of the
-    algorithms in this document. To understand the API and how it is
+    JSON-LD syntax defined in [[!JSON-LD]], which is the base syntax used by all
+    of the algorithms in this document. To understand the API and how it is
     intended to operate in a programming environment, it is useful to have working
     knowledge of the JavaScript programming language [[ECMA-262]] and
     WebIDL [[!WEBIDL]]. To understand how JSON-LD maps to RDF, it is helpful to be