Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Aug 21, 2023
1 parent 19b79fa commit de66aad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ await ofetch('/url', { ignoreResponseError: true })
- `503` - Service Unavailable
- `504` - Gateway Timeout

You can specifcy amount of retires and delay between them using `retry` and `retryDelay` options.
You can specifcy amount of retry and delay between them using `retry` and `retryDelay` options.

Default for `retry` is `1` retry, except for `POST`, `PUT`, `PATCH` and `DELETE` methods ofetch does not retry.
Default for `retry` is `1` retry, except for `POST`, `PUT`, `PATCH` and `DELETE` methods where `ofetch` does not retry.

Default for `retryDelay` is zero ms.
Default for `retryDelay` is `0` ms.

```ts
await ofetch('http://google.com/404', {
Expand Down

0 comments on commit de66aad

Please sign in to comment.