diff --git a/website/source/docs/agent/http/query.html.markdown b/website/source/docs/agent/http/query.html.markdown index b09801ff20..bad3ae1288 100644 --- a/website/source/docs/agent/http/query.html.markdown +++ b/website/source/docs/agent/http/query.html.markdown @@ -240,16 +240,16 @@ applies a failover policy to it: ```javascript { - "Name": "", - "Template" { - "Type": "name_prefix_match", - }, - "Service": { - "Service": "${name.full}", - "Failover": { - "NearestN": 3, - } - } + "Name": "", + "Template": { + "Type": "name_prefix_match" + }, + "Service": { + "Service": "${name.full}", + "Failover": { + "NearestN": 3 + } + } } ```