From: Snoppy Date: Mon, 17 Jun 2024 03:55:52 +0000 (+0800) Subject: chore: fix typo [skip ci] (#11154) X-Git-Tag: v3.4.30~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a382b7a170ef35bc85f40809f2d961509af560d;p=thirdparty%2Fvuejs%2Fcore.git chore: fix typo [skip ci] (#11154) --- diff --git a/scripts/verify-treeshaking.js b/scripts/verify-treeshaking.js index a93b8bbbd6..f19fea92d2 100644 --- a/scripts/verify-treeshaking.js +++ b/scripts/verify-treeshaking.js @@ -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.', ) }