Skip to content

Commit

Permalink
fix: component name prompt issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasegar committed May 26, 2020
1 parent 9c87259 commit c2bcc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports.moveComponent = function () {
{
type: 'autocomplete',
name: 'componentName',
message: 'Enter the adapter name:',
message: 'Enter the component name:',
source: searchComponents,
},
{
Expand Down

0 comments on commit c2bcc9c

Please sign in to comment.