Skip to content

Commit 115ec3b

Browse files
committed
docs: typo in batch integration
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
1 parent 1584806 commit 115ec3b

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
@@ -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)