From edfdf9add05927430dc17bcc4dbca25ead6caf87 Mon Sep 17 00:00:00 2001 From: Mourad EL CADI Date: Sun, 10 Jul 2022 20:05:27 +0100 Subject: [PATCH] fix typo $fetch not fetch call --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 938e9024..3511259d 100644 --- a/README.md +++ b/README.md @@ -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.