chore: fix typo [skip ci] (#11154)

This commit is contained in:
Snoppy 2024-06-17 11:55:52 +08:00 committed by GitHub
parent 3568ab2e24
commit 5a382b7a17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ execa('pnpm', ['build', 'vue', '-f', 'global-runtime']).then(() => {
errors.push( errors.push(
'dev build contains unexpected esbuild object spread helper.\n' + 'dev build contains unexpected esbuild object spread helper.\n' +
'This means { ...obj } syntax is used in runtime code. This should be ' + '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.',
) )
} }