瀏覽代碼

chore: fix typo (#7753)

saveHK 2 年之前
父節點
當前提交
9753973195
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/const-enum.js

+ 1 - 1
scripts/const-enum.js

@@ -1,7 +1,7 @@
 // @ts-check
 
 /**
- * We use rollup-plugin-esbuild for faster builds, but esbuild in insolation
+ * We use rollup-plugin-esbuild for faster builds, but esbuild in isolation
  * mode compiles const enums into runtime enums, bloating bundle size.
  *
  * Here we pre-process all the const enums in the project and turn them into