Update expansion intro wording.
authorDave Longley <dlongley@digitalbazaar.com>
Mon, 04 Feb 2013 16:23:49 -0500
changeset 1181 54d752a50c93
parent 1180 3cf44e9e34b4
child 1182 5b8774080510
Update expansion intro wording.
spec/latest/json-ld-api/alternate2.html
--- a/spec/latest/json-ld-api/alternate2.html	Mon Feb 04 15:23:51 2013 -0500
+++ b/spec/latest/json-ld-api/alternate2.html	Mon Feb 04 16:23:49 2013 -0500
@@ -232,16 +232,16 @@
 <p>
 JSON-LD allows <tref>context</tref> to be applied to JSON data. Applying
 <tref>context</tref> to JSON data allows it to be expressed in a way that
-is specifically tailored to a particular person or application. If an
-application or person wants to use data that was created using a different
-<tref>context</tref> than they are programmed against or used to, it
-would be very convenient if it were possible to transform the data to
-their own <tref>context</tref>. Instead of requiring JSON-LD
-processors to write specific code for every imaginable <tref>context</tref>
-switching scenario, it is much easier to write a single
-algorithm that can remove any <tref>context</tref> (and another that
-can subsequently apply any <tref>context</tref>). The algorithm that
-removes <tref>context</tref> is called <tdef>expansion</tref>.
+is specifically tailored to a particular person or application. A common
+use case occurs when an application or person wants to use data that was
+created using a different <tref>context</tref> than they would prefer.
+Therefore, a JSON-LD processor must be able to transform the data from
+one <tref>context</tref> to another. Instead of requiring JSON-LD processors
+to write specific code for every imaginable <tref>context</tref> switching
+scenario, it is much easier to write a single algorithm that can remove any
+<tref>context</tref> (and another that can subsequently apply any
+<tref>context</tref>). The algorithm that removes <tref>context</tref> is
+called <tdef>expansion</tref>.
 </p>
 
 <p>