summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-07-03 11:11:16 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-07-03 11:11:16 +0200
commit2aba868b67edc249774d1f9b9a5fd4c497383623 (patch)
tree75006b747e52581215687d96d06dd013df9ce94e /public
parentb13b4a86e72371835a4cdcf3ad3bab56762ea0fd (diff)
downloadcollection-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.
Diffstat (limited to 'public')
-rw-r--r--public/examples/from-spec/queries.collection+json2
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" : ""}
]