Skip to content

Commit

Permalink
chore: tiny typo (#18374)
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 authored Oct 17, 2024
1 parent 6f74a3a commit 7d97a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/shared/hmr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export class HMRClient {

// After an HMR update, some modules are no longer imported on the page
// but they may have left behind side effects that need to be cleaned up
// (.e.g style injections)
// (e.g. style injections)
public async prunePaths(paths: string[]): Promise<void> {
await Promise.all(
paths.map((path) => {
Expand Down

0 comments on commit 7d97a9b

Please sign in to comment.