Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 6e04fa8

Browse files
committed
fix(compiler/index): fix typos
1 parent 917e51a commit 6e04fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import fg = require('fast-glob');
2020
}
2121
const csstsPattern = [path.join(appRoot, '**/*.css.ts'), path.join(appRoot, '**/*.css.tsx')];
2222
const files = await fg(csstsPattern);
23-
console.log('\n💬 The f ollowing CSS caches were accepted:\n');
23+
console.log('\n💬 The following CSS caches were accepted:\n');
2424
for (const file of files) {
2525
const filePath = path.resolve(file);
2626
await import(filePath);

0 commit comments

Comments
 (0)