Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b337a2b

Browse files
committed
fixup! docs: fix typo
1 parent bfcf680 commit b337a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ which value can be `true` or `false` (the default).
8484
For example: `{{topic}}-{{partition}}-{{start_offset:padding=true}}.gz`
8585
will produce file names like `mytopic-1-00000000000000000001.gz`.
8686

87-
To add zero padding to partition number, you need to add additional parameter `padding` in the `partiiton` variable,
87+
To add zero padding to partition number, you need to add additional parameter `padding` in the `partition` variable,
8888
which value can be `true` or `false` (the default).
8989
For example: `{{topic}}-{{partition:padding=true}}-{{start_offset}}.gz`
9090
will produce file names like `mytopic-0000000001-1.gz`.

0 commit comments

Comments
 (0)