Skip to content

Commit ff13c8a

Browse files
Update src/content/docs/pipelines/sources/worker-bindings.md
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent db9e181 commit ff13c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/pipelines/sources/worker-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Open your newly generated `wrangler.toml` configuration file and add the followi
6262
Replace `<MY-PIPELINE-NAME>` with the name of the Pipeline you created in step 2. Next, replace `MY_PIPELINE` with the name you want for your `binding`. The binding must be a valid JavaScript variable name. This is the variable you will use to reference this queue in your Worker.
6363

6464
## 4. Write your Worker
65-
You will now configure your Worker to send records to your Pipeline. Your worker will:
65+
You will now configure your Worker to send records to your Pipeline. Your Worker will:
6666

6767
1. Take a request it receives from the browser
6868
2. Transform the request to JSON

0 commit comments

Comments
 (0)