Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 5a382b7

Browse files
authored
chore: fix typo [skip ci] (#11154)
1 parent 3568ab2 commit 5a382b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/verify-treeshaking.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ execa('pnpm', ['build', 'vue', '-f', 'global-runtime']).then(() => {
1414
errors.push(
1515
'dev build contains unexpected esbuild object spread helper.\n' +
1616
'This means { ...obj } syntax is used in runtime code. This should be ' +
17-
'refactoed to use the `extend` helper to avoid the extra code.',
17+
'refactored to use the `extend` helper to avoid the extra code.',
1818
)
1919
}
2020

0 commit comments

Comments
 (0)