From b08f5989278c24fc3d7d6a481b6c7296c8fb0b0b Mon Sep 17 00:00:00 2001 From: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> Date: Tue, 11 Oct 2022 09:35:24 -0500 Subject: [PATCH] Update website/content/docs/dynamic-app-config/watches.mdx Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com> --- website/content/docs/dynamic-app-config/watches.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/dynamic-app-config/watches.mdx b/website/content/docs/dynamic-app-config/watches.mdx index 2a90beef6..54f7e96e7 100644 --- a/website/content/docs/dynamic-app-config/watches.mdx +++ b/website/content/docs/dynamic-app-config/watches.mdx @@ -2,7 +2,7 @@ layout: docs page_title: Watches Overview and Reference description: >- - Watches monitor the key/value (KV) store, services, nodes, health checks, and events for updates. When it detects a change, it invokes a handler that can call an HTTP endpoint or run an executable. Learn how to configure watches to dynamically respond to changes in Consul. + Watches monitor the key/value (KV) store, services, nodes, health checks, and events for updates. When a watch detects a change, it invokes a handler that can call an HTTP endpoint or run an executable. Learn how to configure watches to dynamically respond to changes in Consul. --- # Watches Overview and Reference