]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo [skip ci] (#11154)
authorSnoppy <michaleli@foxmail.com>
Mon, 17 Jun 2024 03:55:52 +0000 (11:55 +0800)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 03:55:52 +0000 (11:55 +0800)
scripts/verify-treeshaking.js

index a93b8bbbd614298a78b5bec16c721d4f401c3a2e..f19fea92d24579fbca336aaabe4748e22279c2d6 100644 (file)
@@ -14,7 +14,7 @@ execa('pnpm', ['build', 'vue', '-f', 'global-runtime']).then(() => {
     errors.push(
       'dev build contains unexpected esbuild object spread helper.\n' +
         'This means { ...obj } syntax is used in runtime code. This should be ' +
-        'refactoed to use the `extend` helper to avoid the extra code.',
+        'refactored to use the `extend` helper to avoid the extra code.',
     )
   }