Skip to content

Commit 9f8741a

Browse files
authored
Update retry.md
1 parent d58917c commit 9f8741a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/retry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Future.retry(() => getUserById(userId), { max: 3 });
1515
// Future<Result<...>>
1616
```
1717

18-
## Rety with delay
18+
## Retry with delay
1919

2020
The function you pass `Future.retry` takes an `attempt` parameter, which is the current number of attempts. The count starts at `0`.
2121

0 commit comments

Comments
 (0)