]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo (#7753)
authorsaveHK <125777259+rescueHk@users.noreply.github.com>
Sat, 10 Jun 2023 09:11:35 +0000 (17:11 +0800)
committerGitHub <noreply@github.com>
Sat, 10 Jun 2023 09:11:35 +0000 (17:11 +0800)
scripts/const-enum.js

index 8feb5f9f7503a664a6c030ff4c3f669f978bd1ca..a12ac2cecd242b2b046f4e09f62be77dfcb9d6e7 100644 (file)
@@ -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