Skip to content

Commit f8e7bd8

Browse files
authored
Update docs/upgrade.md
1 parent 0de7879 commit f8e7bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Learn more about valid `CaptureMode` values in the [Tracing documentation](./cor
185185

186186
## Idempotency utility split into sub-modules by provider
187187

188-
The Idempotency utility was split from a common `powertools-idempotency` package into individual packages for different persistence store providers. The main business logic now stays in the `powertools-idempotency-core` package.
188+
The Idempotency utility was split from the common `powertools-idempotency` package into individual packages for different persistence store providers. The main business logic is now in the `powertools-idempotency-core` package.
189189

190190
You should now include the `powertools-idempotency-core` package as an AspectJ library and the provider package like `powertools-idempotency-dynamodb` as a regular dependency.
191191

0 commit comments

Comments
 (0)