Skip to content

Commit 8f7c4a1

Browse files
wimble3danfimov
authored andcommitted
fix: fix typo at max_retries explanation
1 parent 3770e73 commit 8f7c4a1

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
@@ -32,7 +32,7 @@ async def test():
3232

3333
```
3434

35-
`retry_on_error` enables retries for a task. `max_retries` is the maximum number of times,.
35+
`retry_on_error` enables retries for a task. `max_retries` is the maximum number of retry attempts.
3636

3737
## Smart retry middleware
3838

0 commit comments

Comments
 (0)