Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Dec 4, 2024
1 parent 8404267 commit 9a06cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/packages/core/src/components/Grid/useLookerCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function useLookerCache<
updateAgeOnGet: true,
});

// an intermediate mapping while until the "load" event
// an intermediate mapping until the "load" event
// "load" must occur before requesting the size bytes estimate
const loading = new Map<string, T>();

Expand Down

0 comments on commit 9a06cd2

Please sign in to comment.