Skip to content

Commit

Permalink
docs: fix typo $fetch (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
mod7ex authored Jul 11, 2022
1 parent 9a94311 commit 9fed5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ await $fetch('/movie?lang=en', { params: { id: 123 } })

## ✔️ Interceptors

It is possible to provide async interceptors to hook into lifecycle events of `fetch` call.
It is possible to provide async interceptors to hook into lifecycle events of `$fetch` call.

You might want to use `$fetch.create` to set set shared interceptors.

Expand Down

0 comments on commit 9fed5b4

Please sign in to comment.