From 091c8b2d98b510535dc1e8670384ecd184cd3cb0 Mon Sep 17 00:00:00 2001 From: Clete AI Date: Sat, 17 May 2025 03:21:30 +0000 Subject: [PATCH] Clete AI[bot] PR: Fix typos and version inconsistency This is a PR opened by AI tool [Clete AI](https://www.clete.ai) to implement changes: Fix typos and version inconsistency --- index.js | 7 +++---- model/questions.js | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/index.js b/index.js index 532cddc..671f0e3 100644 --- a/index.js +++ b/index.js @@ -41,8 +41,7 @@ let newPaystack = (old = String, recent = String, type, min)=>{ if (err) return console.log(err); }); - console.info("Done!!!") - console.info(`Done. Please check directory for "${recent}.js"`) + console.info(`Done! Please check directory for "${recent}.js"`) if(min == "min"){ minify(`${recent}.js`) @@ -67,8 +66,8 @@ let newPaystack = (old = String, recent = String, type, min)=>{ } program - .version('1.2.0') - .description('A simple CLI tool that makes paystack easier for developers to intergrate'); + .version('1.2.3') + .description('A simple CLI tool that makes paystack easier for developers to integrate'); program .command('create [min]') diff --git a/model/questions.js b/model/questions.js index 1d86405..decec17 100644 --- a/model/questions.js +++ b/model/questions.js @@ -3,7 +3,7 @@ module.exports = { { type : 'input', name : 'public_key', - message : 'Enter your Paystack Pubic Key:' + message : 'Enter your Paystack Public Key:' } ], confirm : [