diff --git a/content/en/docs/guides/webhook-receivers.md b/content/en/docs/guides/webhook-receivers.md index b87044f45..21a2818b9 100644 --- a/content/en/docs/guides/webhook-receivers.md +++ b/content/en/docs/guides/webhook-receivers.md @@ -9,7 +9,7 @@ Flux is by design **pull-based**. In order to notify the Flux controllers about changes in Git or Helm repositories, you can setup 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. +pipelines that react to external events. ## Prerequisites