From 740dded381835f84f796121ff3277647d29bedac Mon Sep 17 00:00:00 2001 From: Nick Jensen <231814+nickj@users.noreply.github.com> Date: Sun, 20 Apr 2025 21:03:35 +1000 Subject: [PATCH] fix: typo in "output-settings" --- .../docs/pipelines/build-with-pipelines/output-settings.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/pipelines/build-with-pipelines/output-settings.mdx b/src/content/docs/pipelines/build-with-pipelines/output-settings.mdx index aaabebf030ebc95..3e899f5d1f545bf 100644 --- a/src/content/docs/pipelines/build-with-pipelines/output-settings.mdx +++ b/src/content/docs/pipelines/build-with-pipelines/output-settings.mdx @@ -34,7 +34,7 @@ By default, output files are compressed in the `gzip` format. Compression can be npx wrangler pipelines update [PIPELINE-NAME] --compression none ``` -Output files are named using a [UILD](https://github.com/ulid/spec) slug, followed by an extension. +Output files are named using a [ULID](https://github.com/ulid/spec) slug, followed by an extension. ## Customize batch behavior When configuring your pipeline, you can define how records are batched before they are delivered to R2. Batches of records are written out to a single output file.