From 9a803e82728d01ba6f287eb207d1a0fc17fb02ec Mon Sep 17 00:00:00 2001 From: Jason Harley Date: Wed, 25 Jul 2018 15:34:45 -0400 Subject: [PATCH] Add missing word for Watches clarification `Watches use blocking queries monitor` reads awkwardly, I figured 'to' was missing --- website/source/configuration.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/configuration.html.erb b/website/source/configuration.html.erb index 5a69a9efaf..0022967ac4 100644 --- a/website/source/configuration.html.erb +++ b/website/source/configuration.html.erb @@ -170,7 +170,7 @@ description: |-

Watches

-

Watches use blocking queries monitor for any configuration or health status updates and invoke user specified scripts to handle changes. This makes it easy to build reactive infrastructure.

+

Watches use blocking queries to monitor for any configuration or health status updates and invoke user specified scripts to handle changes. This makes it easy to build reactive infrastructure.

Learn more