Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Apr 4, 2019
1 parent 2ca428d commit e53e558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prompts/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const Select = require('./select');
const Multiselect = require('./multiselect');
const Text = require('./Text');
const Text = require('./text');
const noop = v => v;

function toPrompt(type) {
Expand Down

0 comments on commit e53e558

Please sign in to comment.