Skip to content

Commit

Permalink
chore: wisdom: lint using actions ☘️
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 19, 2024
1 parent 752a044 commit 250da31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prompts.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const choose = async () => {
'major',
];

return await chooseCLI('What type of changes are you goint to publish 🎁 ?', choices);
return await chooseCLI('What type of changes are you going to publish 🎁 ?', choices);
};

export const ask = async (name, version) => {
Expand Down

0 comments on commit 250da31

Please sign in to comment.