Skip to content

Commit

Permalink
chore(gatsby): minor typo fix (#36647)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Sep 21, 2022
1 parent ea00e12 commit 7b683dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/redux/persist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function prepareCacheFolder(
contents: DeepPartial<ICachedReduxState>
): void {
// Temporarily save the nodes and pages and remove them from the main redux store
// This prevents an OOM when the page nodes collectively contain to much data
// This prevents an OOM when the page nodes collectively contain too much data
const nodesMap = contents.nodes
contents.nodes = undefined

Expand Down

0 comments on commit 7b683dd

Please sign in to comment.