From baa08454be9dc3a82a6b026aa5e4591845bb0cfe Mon Sep 17 00:00:00 2001 From: Sneha More Date: Thu, 18 Sep 2014 11:11:00 +0530 Subject: [PATCH] removed repeated 'can' --- website/source/docs/agent/watches.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/watches.html.markdown b/website/source/docs/agent/watches.html.markdown index deb90a3ba..d5cc5b280 100644 --- a/website/source/docs/agent/watches.html.markdown +++ b/website/source/docs/agent/watches.html.markdown @@ -16,7 +16,7 @@ Watches are implemented using blocking queries in the [HTTP API](/docs/agent/htt Agent's automatically make the proper API calls to watch for changes, and inform a handler when the data view has updated. -Watches can can be configured as part of the [agent's configuration](/docs/agent/options.html), +Watches can be configured as part of the [agent's configuration](/docs/agent/options.html), causing them to run once the agent is initialized. Reloading the agent configuration allows for adding or removing watches dynamically.