From d1ef8f918706f10ac145d435b47ca8c0f6f52491 Mon Sep 17 00:00:00 2001 From: Simone Taeggi Date: Tue, 17 Jan 2023 11:28:16 +0100 Subject: [PATCH] fix a typo in the documentation --- docs/docs/core/hooks/use-fetch-client.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/core/hooks/use-fetch-client.mdx b/docs/docs/core/hooks/use-fetch-client.mdx index 94e6e3d1bc..c49cf77ed8 100644 --- a/docs/docs/core/hooks/use-fetch-client.mdx +++ b/docs/docs/core/hooks/use-fetch-client.mdx @@ -57,7 +57,7 @@ The following information is the internal additions we've added to the axios ins ### Base URL -The default URL will be the one defined in the _getFetchClient_ utility +The default URL is the one defined in the _getFetchClient_ utility ### Interceptors