diff --git a/packages/vite/src/node/plugins/css.ts b/packages/vite/src/node/plugins/css.ts index 46ee19afd81d7e..0b5f800408d986 100644 --- a/packages/vite/src/node/plugins/css.ts +++ b/packages/vite/src/node/plugins/css.ts @@ -2684,7 +2684,7 @@ const scssProcessor = ( // to re-generate a new frame (same as legacy api) e.frame = e.message } - // sass sometimes re-uses the error instance + // sass sometimes reuses the error instance // avoid mutating the same instance multiple times normalizedErrors.add(e) }