Skip to content

Commit 27903e0

Browse files
committed
docs: typo in batch integration
Signed-off-by: heitorlessa <[email protected]>
1 parent 34f322e commit 27903e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/idempotency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ You can customize the attribute names during initialization:
433433

434434
#### Batch integration
435435

436-
You can can easily integrate with [Batch](batch.md){target="_blank"} with the [idempotent_function decorator](#idempotent_function-decorator) to handle idempotency per message/record in a given batch.
436+
You can can easily integrate with [Batch](batch.md){target="_blank"} using the [idempotent_function decorator](#idempotent_function-decorator) to handle idempotency per message/record in a given batch.
437437

438438
???+ "Choosing an unique batch record attribute"
439439
In this example, we choose `messageId` as our idempotency key since we know it'll be unique.

0 commit comments

Comments
 (0)