Skip to content

Commit

Permalink
Merge pull request #51 from yvesgurcan/patch-3
Browse files Browse the repository at this point in the history
Fix small typo in config prompt
  • Loading branch information
tharders authored Apr 26, 2023
2 parents df7a02c + 5d6d753 commit be176b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const getPromts = (data) => {
{
type: 'list',
name: 'storage',
message: 'How do should the migrations be managed',
message: 'How should the migrations be managed',
choices: [
{
name: 'Content-model (recommended)',
Expand Down

0 comments on commit be176b7

Please sign in to comment.