Skip to content

Commit bfbd162

Browse files
chore: typographical fix
1 parent 130bcfb commit bfbd162

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli/lib/promptModules

1 file changed

+1
-1
lines changed

packages/@vue/cli/lib/promptModules/e2e.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = cli => {
1414
name: 'e2e',
1515
when: answers => answers.features.includes('e2e'),
1616
type: 'list',
17-
message: 'Pick a E2E testing solution:',
17+
message: 'Pick an E2E testing solution:',
1818
choices: [
1919
{
2020
name: 'Cypress (Chrome only)',

0 commit comments

Comments
 (0)