Skip to content

Commit

Permalink
(docs) - Update retry-operations.md (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
yayvery authored Apr 3, 2021
1 parent 7584386 commit ed45f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/retry-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const client = createClient({
});
```

We want to place the `retryExchange` after the `fetchExchange` so that retries are only performed _after_ the operation has passed through the cache and has attempted to fetch.
We want to place the `retryExchange` before the `fetchExchange` so that retries are only performed _after_ the operation has passed through the cache and has attempted to fetch.

## The Options

Expand Down

0 comments on commit ed45f96

Please sign in to comment.