We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58917c commit 9f8741aCopy full SHA for 9f8741a
docs/docs/retry.md
@@ -15,7 +15,7 @@ Future.retry(() => getUserById(userId), { max: 3 });
15
// Future<Result<...>>
16
```
17
18
-## Rety with delay
+## Retry with delay
19
20
The function you pass `Future.retry` takes an `attempt` parameter, which is the current number of attempts. The count starts at `0`.
21
0 commit comments