Skip to content

Commit 30c6448

Browse files
authored
Update meta.js
A few minor edits for grammar and consistency
1 parent 1c165f7 commit 30c6448

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

meta.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@ module.exports = {
7373
eslintConfig: {
7474
when: 'eslint',
7575
type: 'list',
76-
message: 'Which eslint config would you like to use?',
76+
message: 'Which ESLint config would you like to use?',
7777
choices: [
7878
{
7979
name: 'Standard (https://github.com/feross/standard)',
8080
value: 'standard',
8181
short: 'Standard'
8282
},
8383
{
84-
name: 'AirBNB (https://github.com/airbnb/javascript)',
84+
name: 'Airbnb (https://github.com/airbnb/javascript)',
8585
value: 'airbnb',
86-
short: 'AirBNB'
86+
short: 'Airbnb'
8787
},
8888
{
8989
name: 'none (configure it yourself)',
@@ -94,12 +94,12 @@ module.exports = {
9494
},
9595
unit: {
9696
type: 'confirm',
97-
message: 'Setup unit testing with Karma + Mocha?',
97+
message: 'Set up unit testing with Karma + Mocha?',
9898
required: true
9999
},
100100
e2e: {
101101
type: 'confirm',
102-
message: 'Setup end-to-end testing with Spectron + Mocha?',
102+
message: 'Set up end-to-end testing with Spectron + Mocha?',
103103
require: true
104104
},
105105
builder: {

0 commit comments

Comments
 (0)