From 543d24edb7c1fad27a6dc4e924a268efacd5aeed Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 6 May 2024 13:48:55 +0900 Subject: [PATCH] docs: update custom-client.md usefull -> useful --- docs/framework/vue/guides/custom-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/vue/guides/custom-client.md b/docs/framework/vue/guides/custom-client.md index bbbb507695a..dc60fc64931 100644 --- a/docs/framework/vue/guides/custom-client.md +++ b/docs/framework/vue/guides/custom-client.md @@ -32,7 +32,7 @@ app.use(VueQueryPlugin, vueQueryPluginOptions) ### Custom context key -You can also customize the key under which `QueryClient` will be accessible in Vue context. This can be usefull is you want to avoid name clashing between multiple apps on the same page with Vue2. +You can also customize the key under which `QueryClient` will be accessible in Vue context. This can be useful is you want to avoid name clashing between multiple apps on the same page with Vue2. It works both with default, and custom `QueryClient`