From 250da31daa9f4382547962d4a7a2a0a9a172e9fc Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 19 May 2024 21:17:36 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20wisdom:=20lint=20using=20actions=20?= =?UTF-8?q?=E2=98=98=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/prompts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/prompts.js b/lib/prompts.js index 600a87f..90d3c58 100644 --- a/lib/prompts.js +++ b/lib/prompts.js @@ -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) => {