From 90c321e7a773cd71a736b05290bb88d574cc3d20 Mon Sep 17 00:00:00 2001 From: Pranshu Maheshwari Date: Thu, 24 Oct 2024 16:16:12 -0400 Subject: [PATCH] Update src/content/docs/pipelines/sources/worker-bindings.md Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> --- src/content/docs/pipelines/sources/worker-bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/pipelines/sources/worker-bindings.md b/src/content/docs/pipelines/sources/worker-bindings.md index f79972f2c1229d..f409c29fa7d61f 100644 --- a/src/content/docs/pipelines/sources/worker-bindings.md +++ b/src/content/docs/pipelines/sources/worker-bindings.md @@ -14,7 +14,7 @@ You can send records to your Pipeline directly from a [Cloudflare Worker](worker 1. Create a Worker 2. Create a Pipeline 3. Add your Pipeline as a binding in your Workers' `wrangler.toml` file -4. Write your worker, to send records to your Pipeline +4. Write your Worker, to send records to your Pipeline ## 1. Create a Worker Create a Cloudflare Worker if you don't already have one. This Worker will send records to your Pipeline.