From 8418735c8b4821f53923dad5bb89f4d016f3f55a Mon Sep 17 00:00:00 2001 From: You Nguyen Date: Sat, 20 Nov 2021 01:12:53 +0700 Subject: [PATCH] fix: typos --- src/utils/cache.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/cache.ts b/src/utils/cache.ts index 006cb5dda..bbe88be09 100644 --- a/src/utils/cache.ts +++ b/src/utils/cache.ts @@ -33,7 +33,7 @@ export const initCache = ( // requests and store listeners. As well as a mutate function that bound to // the cache. - // Provider's gloabl state might be already initialized. Let's try to get the + // Provider's global state might be already initialized. Let's try to get the // global state associated with the provider first. if (!SWRGlobalState.has(provider)) { const opts = mergeObjects(defaultConfigOptions, options)