Skip to content

Commit 93b329a

Browse files
committed
Typo
1 parent 0bb4cac commit 93b329a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/checkPackageSize.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const beforeOnly = allEntries.filter(([, count]) => count === inBefore).map(([pa
119119
const afterOnly = allEntries.filter(([, count]) => count === inAfter).map(([path]) => path);
120120

121121

122-
console.log(`$# Common files`);
122+
console.log(`## Common files`);
123123
console.log();
124124

125125
const commonData = commonFiles.map(path => {

0 commit comments

Comments
 (0)