Skip to content

Commit aa25c42

Browse files
committed
docs: lead with parameter name over config name
1 parent f795c2e commit aa25c42

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

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

281281
> **Example scenario**
282282

0 commit comments

Comments
 (0)