Skip to content

Commit 9c0ee15

Browse files
committed
Fix typo in docs
1 parent 9392df6 commit 9c0ee15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/en/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ It's configured via constructor parameters, too. Here they are:
7676
- `maxAttempts` - Maximum attempts count for this strategy with the given $id before it will give up.
7777
- `delayInitial` - The initial delay that will be applied to a message for the first time. It must be a positive float.
7878
- `delayMaximum` - The maximum delay which can be applied to a single message. Must be above the `delayInitial`.
79-
- `exponent` - Message handling delay will be muliplied by exponent each time it fails.
79+
- `exponent` - Message handling delay will be multiplied by exponent each time it fails.
8080
- `queue` - The strategy will send the message to the given queue when it's not `null`. That means you can use this strategy to push a message not to the same queue channel it came from. When the `queue` parameter is set to `null`, a message will be sent to the same channel it came from.
8181

8282
## How to create a custom Failure Middleware?

0 commit comments

Comments
 (0)