Skip to content

Commit

Permalink
chore(optimizer): fix typo in comment (#18239)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckchuang-dev authored Sep 30, 2024
1 parent c0edd26 commit b916ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/optimizer/optimizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export function createDepsOptimizer(
// run on the background
optimizationResult = runOptimizeDeps(environment, knownDeps)

// If the holdUntilCrawlEnd stratey is used, we wait until crawling has
// If the holdUntilCrawlEnd strategy is used, we wait until crawling has
// ended to decide if we send this result to the browser or we need to
// do another optimize step
if (!holdUntilCrawlEnd) {
Expand Down

0 comments on commit b916ab6

Please sign in to comment.