diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-07-03 11:11:16 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-07-03 11:11:16 +0200 |
commit | 2aba868b67edc249774d1f9b9a5fd4c497383623 (patch) | |
tree | 75006b747e52581215687d96d06dd013df9ce94e | |
parent | b13b4a86e72371835a4cdcf3ad3bab56762ea0fd (diff) | |
download | collection-json-explorer-2aba868b67edc249774d1f9b9a5fd4c497383623.tar.gz collection-json-explorer-2aba868b67edc249774d1f9b9a5fd4c497383623.tar.bz2 collection-json-explorer-2aba868b67edc249774d1f9b9a5fd4c497383623.tar.xz collection-json-explorer-2aba868b67edc249774d1f9b9a5fd4c497383623.zip |
o Fixing a typo in the 'queries' example.
-rw-r--r-- | public/examples/from-spec/queries.collection+json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/examples/from-spec/queries.collection+json b/public/examples/from-spec/queries.collection+json index 1a3227d..880639c 100644 --- a/public/examples/from-spec/queries.collection+json +++ b/public/examples/from-spec/queries.collection+json @@ -4,7 +4,7 @@ "href" : "http://example.org/friends/", "queries" : [ - {"rel" : "search", "href" : "http://example.org/friends/search", "prompt" : "Search" + {"rel" : "search", "href" : "http://example.org/friends/search", "prompt" : "Search", "data" : [ {"name" : "search", "value" : ""} ] |