From e7820bc9cb4486047ecc624675495e24e3fb49d2 Mon Sep 17 00:00:00 2001 From: Chris Hoffman Date: Fri, 21 Sep 2018 21:30:16 -0400 Subject: [PATCH] typo: missing space --- website/source/docs/agent/watches.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/watches.html.md b/website/source/docs/agent/watches.html.md index a3e678c0b..8669cdcf7 100644 --- a/website/source/docs/agent/watches.html.md +++ b/website/source/docs/agent/watches.html.md @@ -72,7 +72,7 @@ as a payload along the request. The response also contains the Consul index as a The HTTP handler can be configured by setting `handler_type` to `http`. Additional handler options are set using `http_handler_config`. The only required parameter is the `path` field which specifies the URL to the HTTP endpoint. Consul uses `POST` as the default HTTP method, but this is also configurable. -Other optional fields are `header`, `timeout` and`tls_skip_verify`. The watch invocation data is +Other optional fields are `header`, `timeout` and `tls_skip_verify`. The watch invocation data is always sent as a JSON payload. Here is an example configuration: