Skip to content

Commit bc5c6a7

Browse files
Rohan5commitcodex
andauthored
docs: fix wording in sass error comment (#22214)
Co-authored-by: Codex <codex@openai.com>
1 parent 4cd0d67 commit bc5c6a7

File tree

1 file changed

+1
-1
lines changed
  • packages/vite/src/node/plugins

1 file changed

+1
-1
lines changed

packages/vite/src/node/plugins/css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2684,7 +2684,7 @@ const scssProcessor = (
26842684
// to re-generate a new frame (same as legacy api)
26852685
e.frame = e.message
26862686
}
2687-
// sass sometimes re-uses the error instance
2687+
// sass sometimes reuses the error instance
26882688
// avoid mutating the same instance multiple times
26892689
normalizedErrors.add(e)
26902690
}

0 commit comments

Comments
 (0)