Skip to content

Commit 9753973

Browse files
authored
chore: fix typo (#7753)
1 parent 23c8169 commit 9753973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/const-enum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22

33
/**
4-
* We use rollup-plugin-esbuild for faster builds, but esbuild in insolation
4+
* We use rollup-plugin-esbuild for faster builds, but esbuild in isolation
55
* mode compiles const enums into runtime enums, bloating bundle size.
66
*
77
* Here we pre-process all the const enums in the project and turn them into

0 commit comments

Comments
 (0)