From 8f06d20515a28a28d5f84e6a86cad2003bd5130a Mon Sep 17 00:00:00 2001 From: lloydchang Date: Mon, 19 Apr 2021 23:53:48 -0700 Subject: [PATCH] docs(webhook-receivers.md): correct misspelling setup -> set up Signed-off-by: Lloyd Chang --- docs/guides/webhook-receivers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/webhook-receivers.md b/docs/guides/webhook-receivers.md index d31fdb95..fbef1aa2 100644 --- a/docs/guides/webhook-receivers.md +++ b/docs/guides/webhook-receivers.md @@ -1,8 +1,8 @@ -# Setup Webhook Receivers +# Set up Webhook Receivers The GitOps toolkit controllers are by design **pull-based**. In order to notify the controllers about changes in Git or Helm repositories, -you can setup webhooks and trigger a cluster reconciliation +you can set up webhooks and trigger a cluster reconciliation every time a source changes. Using webhook receivers, you can build **push-based** GitOps pipelines that react to external events.