Browse Source

Fix typo

Change a plural noun into an adjective
pull/5228/head
gitname 8 years ago
committed by GitHub
parent
commit
c7b6e65f29
1 changed files with 1 additions and 1 deletions
  1. 2
      tasks/config/project/install.js

2
tasks/config/project/install.js

@ -339,7 +339,7 @@ module.exports = {
when: when.allowOverwrite,
choices: [
{
name: 'Automatic (Use defaults locations and all components)',
name: 'Automatic (Use default locations and all components)',
value: 'auto'
},
{

Loading…
Cancel
Save