Skip to content

Commit 2a9c1cd

Browse files
kohlmannj-nytskovy
authored andcommitted
docs: fix a typo
1 parent 59c3422 commit 2a9c1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Refer to [`lib/sass/importer.ts`](/blob/master/lib/sass/importer.ts) for more de
360360

361361
Output filenames that will be compatible with the "arbitrary file extensions" feature that was introduced in TypeScript 5.0. See [the docs](https://www.typescriptlang.org/tsconfig#allowArbitraryExtensions) for more info.
362362

363-
In essence, the `*.scss.d.ts` extension now becomes `*.d.scss.ts` so that you can import CSS modules in projects using ESM module resolution.
363+
In essence, the `*.scss.d.ts` extension now becomes `*.d.scss.ts` so that you can import SCSS modules in projects using ESM module resolution.
364364

365365
## Examples
366366

0 commit comments

Comments
 (0)