Skip to content

Commit

Permalink
Merge pull request #1 from RotrixLOL/patch-1
Browse files Browse the repository at this point in the history
Spelling error in inquirer prompt
  • Loading branch information
Thenlie authored Oct 22, 2022
2 parents a7d7509 + 74b1a57 commit b1dfc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const questions = () => {
}, {
type: 'input',
name: 'description',
message: 'What is the descritption of your project?'
message: 'What is the description of your project?'
}, {
type: 'input',
name: 'install',
Expand Down

0 comments on commit b1dfc60

Please sign in to comment.