Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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