Skip to content

Commit

Permalink
chore(gatsby): copy edit on initialize.ts comment (#36604)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Sep 14, 2022
1 parent e69348a commit 6942f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/gatsby/src/services/initialize.ts
Original file line number Diff line number Diff line change
@@ -323,9 +323,9 @@ export async function initialize({
parentSpan,
})
activity.start()
// Check if any plugins have been updated since our last run. If so
// we delete the cache is there's likely been changes
// since the previous run.
// Check if any plugins have been updated since our last run. If so,
// we delete the cache as there's likely been changes since
// the previous run.
//
// We do this by creating a hash of all the version numbers of installed
// plugins, the site's package.json, gatsby-config.js, and gatsby-node.js.

0 comments on commit 6942f5f

Please sign in to comment.