Skip to content

Commit b9e875d

Browse files
authored
Update retries.md (#522)
1 parent f573df4 commit b9e875d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/soft-meals-travel.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

apps/website/docs/tutorial/retries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ retry(characterQuery, {
3232
This code works is pretty straightforward, after first failure of `characterQuery`, it calls it again after 500ms. If it fails again, it will call it again after 500ms and so on up yo 5 times. If it succeeded, it will stop retrying.
3333

3434
::: tip
35-
As soon as Farfetched is [based on Effector](/statements/effector), almost every field of its configs could be static or reactive. So, you can pass a [_Store_](https://effector.dev/en/api/effector/store/) with a number of retires to `times` option as well.
35+
Since Farfetched is [based on Effector](/statements/effector), almost every field in its configuration can be either static or reactive. For example, you can pass a [_Store_](https://effector.dev/en/api/effector/store/) containing the number of retries to the `times` option.
3636
:::
3737

3838
## Filter retries

0 commit comments

Comments
 (0)