Skip to content

Commit

Permalink
chore: fix typo [skip ci] (vuejs#11154)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxianBoy authored Jun 17, 2024
1 parent 3568ab2 commit 5a382b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify-treeshaking.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
)
}

Expand Down

0 comments on commit 5a382b7

Please sign in to comment.