Skip to content

Commit fc27293

Browse files
authored
fix: typo in "output-settings" (#21835)
1 parent c3f563a commit fc27293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/pipelines/build-with-pipelines/output-settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ By default, output files are compressed in the `gzip` format. Compression can be
3434
npx wrangler pipelines update [PIPELINE-NAME] --compression none
3535
```
3636

37-
Output files are named using a [UILD](https://github.com/ulid/spec) slug, followed by an extension.
37+
Output files are named using a [ULID](https://github.com/ulid/spec) slug, followed by an extension.
3838

3939
## Customize batch behavior
4040
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.

0 commit comments

Comments
 (0)