From eb97b2fc0721f7f76692b1a21442f6f51ec1b5a5 Mon Sep 17 00:00:00 2001 From: kricsleo <32707098+kricsleo@users.noreply.github.com> Date: Wed, 23 Nov 2022 10:08:58 +0800 Subject: [PATCH] docs: typo Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0185500..73efc26 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ await ofetch('/movie?lang=en', { query: { id: 123 } }) It is possible to provide async interceptors to hook into lifecycle events of `ofetch` call. -You might want to use `ofetch.create` to set set shared interceptors. +You might want to use `ofetch.create` to set shared interceptors. ### `onRequest({ request, options })`