Skip to content

Commit 6c02031

Browse files
committed
docs: typo in batch integration
Signed-off-by: heitorlessa <[email protected]>
1 parent d900b12 commit 6c02031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/idempotency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ You can customize the attribute names during initialization:
469469

470470
#### Batch integration
471471

472-
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.
472+
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.
473473

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

0 commit comments

Comments
 (0)