Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenyou committed Nov 19, 2021
1 parent 98556e1 commit 8418735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const initCache = <Data = any>(
// 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)
Expand Down

0 comments on commit 8418735

Please sign in to comment.