From aa45c07f28b002d950a10fd026e0d202fc920f05 Mon Sep 17 00:00:00 2001 From: Raja Nadar Date: Fri, 29 Jan 2016 01:25:23 -0800 Subject: [PATCH] fixing small typo in json --- website/source/docs/agent/http/query.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/http/query.html.markdown b/website/source/docs/agent/http/query.html.markdown index ad6d65838..a16e08bbd 100644 --- a/website/source/docs/agent/http/query.html.markdown +++ b/website/source/docs/agent/http/query.html.markdown @@ -299,7 +299,7 @@ a JSON body will be returned like this: }, "Datacenter": "dc3", "Failovers": 2 - } + }] } ```