Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit a63953e

Browse files
committed
Fix typo: optional instead of otpional
1 parent daf861a commit a63953e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ InitGenerator.prototype.askFor = function askFor() {
4040
},
4141
{
4242
name: 'email',
43-
message: 'What is your email address? (otpional)'
43+
message: 'What is your email address? (optional)'
4444
},
4545
{
4646
name: 'url',
47-
message: 'What is the url of your homepage? (otpional)'
47+
message: 'What is the url of your homepage? (optional)'
4848
},
4949
{
5050
name: 'role',

0 commit comments

Comments
 (0)