From: saveHK <125777259+rescueHk@users.noreply.github.com> Date: Sat, 10 Jun 2023 09:11:35 +0000 (+0800) Subject: chore: fix typo (#7753) X-Git-Tag: v3.3.5~115 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=975397319599777a197486908ab4d3ca0bfee544;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo (#7753) --- diff --git a/scripts/const-enum.js b/scripts/const-enum.js index 8feb5f9f75..a12ac2cecd 100644 --- a/scripts/const-enum.js +++ b/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