Small grammar correction

pull/3391/head
Preetha Appan 2017-10-21 20:55:15 -05:00
parent cdb5f8c3c9
commit 28a3901f10
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ in a JSON body when using agent configuration or as CLI flags for the watch comm
The watch configuration specifies the view of data to be monitored.
Once that view is updated, the specified handler is invoked. Handlers can be either an
executable or a HTTP endpoint. A handler receives JSON formatted data
executable or an HTTP endpoint. A handler receives JSON formatted data
with invocation info, following a format that depends on the type of the watch.
Each watch type documents the format type. Because they map directly to an HTTP
API, handlers should expect the input to match the format of the API. A Consul