Skip to content

Commit

Permalink
fix(init): Fix type in init text
Browse files Browse the repository at this point in the history
change to hint text to fix typo

Closes #954
  • Loading branch information
josh-bradley committed Apr 6, 2014
1 parent 0604efe commit e34465b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ var questions = [{
}, {
id: 'generateTestMain',
question: 'Do you wanna generate a bootstrap file for RequireJS?',
hint: 'This will generate test-main.js/coffee that configures RequiseJS and starts the tests.',
hint: 'This will generate test-main.js/coffee that configures RequireJS and starts the tests.',
options: ['no', 'yes'],
boolean: true,
condition: function(answers) {
Expand Down

0 comments on commit e34465b

Please sign in to comment.