docs(webhook-receivers.md): correct misspelling

setup -> set up

Signed-off-by: Lloyd Chang <lloydchang@gmail.com>
This commit is contained in:
lloydchang 2021-04-19 23:53:48 -07:00 committed by Lloyd Chang
parent 4ecf541748
commit 8f06d20515

View file

@ -1,8 +1,8 @@
# Setup Webhook Receivers # Set up Webhook Receivers
The GitOps toolkit controllers are by design **pull-based**. The GitOps toolkit controllers are by design **pull-based**.
In order to notify the controllers about changes in Git or Helm repositories, 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** every time a source changes. Using webhook receivers, you can build **push-based**
GitOps pipelines that react to external events. GitOps pipelines that react to external events.