Skip to content

Commit 4607283

Browse files
flxdotdanfimov
authored andcommitted
Fix heading case for Smart Retry Middleware
Updated heading formatting for consistency and clarity.
1 parent cd5e064 commit 4607283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/available-components/middlewares.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async def test():
3434

3535
`retry_on_error` enables retries for a task. `max_retries` is the maximum number of times,.
3636

37-
## Smart Retry Middleware
37+
## Smart retry middleware
3838

3939
The `SmartRetryMiddleware` automatically retries tasks with flexible delay settings and retry strategies when errors occur. This is particularly useful when tasks fail due to temporary issues, such as network errors or temporary unavailability of external services.
4040

0 commit comments

Comments
 (0)