Skip to content

Commit

Permalink
chore: typo (vitest-dev#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardasoyturk committed Sep 25, 2021
1 parent 3163d5a commit c5589b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useFetch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const { isFetching, error, data } = useMyFetch('users')

### Events

The `onFetchResposne` and `onFetchError` will fire on fetch request responses and errors respectively.
The `onFetchResponse` and `onFetchError` will fire on fetch request responses and errors respectively.

```ts
const { onFetchResponse, onFetchError } = useFetch(url)
Expand Down

0 comments on commit c5589b0

Please sign in to comment.