Skip to content

Commit 4592e72

Browse files
committed
docs: lead with parameter name over config name
1 parent 07bf31e commit 4592e72

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
@@ -291,7 +291,7 @@ By default, caching is disabled since we don't know how big your response could
291291
???+ tip "Tip: Dealing with always changing payloads"
292292
When dealing with a more elaborate payload, where parts of the payload always change, you should use **`event_key_jmespath`** parameter.
293293

294-
Use [`IdempotencyConfig`](#customizing-the-default-behavior)'s **`event_key_jmespath`** parameter to select one or more payload parts as your idempotency key.
294+
Use **`event_key_jmespath`** parameter in [`IdempotencyConfig`](#customizing-the-default-behavior) to select one or more payload parts as your idempotency key.
295295

296296
> **Example scenario**
297297

0 commit comments

Comments
 (0)