From 7d97a9b2ba11ab566865dcf9ee0350a9e479dfca Mon Sep 17 00:00:00 2001 From: "@beer" <47961062+iiio2@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:56:04 +0600 Subject: [PATCH] chore: tiny typo (#18374) --- packages/vite/src/shared/hmr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vite/src/shared/hmr.ts b/packages/vite/src/shared/hmr.ts index 4d53f6d0c8ef6a..610ed2ef362c47 100644 --- a/packages/vite/src/shared/hmr.ts +++ b/packages/vite/src/shared/hmr.ts @@ -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 { await Promise.all( paths.map((path) => {