Przeglądaj źródła

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

Snoppy 2 lat temu
rodzic
commit
5a382b7a17
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      scripts/verify-treeshaking.js

+ 1 - 1
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.',
     )
   }