Skip to content

Commit eb06ec3

Browse files
authored
chore: fix typo in comment (#19067)
1 parent 1aa434e commit eb06ec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/vite/types/internal/cssPreprocessorOptions.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type DartSass from 'sass'
66
import type SassEmbedded from 'sass-embedded'
77
// @ts-ignore `less` may not be installed
88
import type Less from 'less'
9-
// @ts-ignore `less` may not be installed
9+
// @ts-ignore `stylus` may not be installed
1010
import type Stylus from 'stylus'
1111

1212
/* eslint-enable @typescript-eslint/ban-ts-comment */

packages/vite/types/internal/lightningcssOptions.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable @typescript-eslint/ban-ts-comment */
22

3-
// @ts-ignore `sass` may not be installed
3+
// @ts-ignore `lightningcss` may not be installed
44
import type Lightningcss from 'lightningcss'
55

66
/* eslint-enable @typescript-eslint/ban-ts-comment */

0 commit comments

Comments
 (0)