From 74b1a57226d27f8990118f46578f4224c7768ef5 Mon Sep 17 00:00:00 2001 From: RotrixX Date: Sat, 22 Oct 2022 12:33:10 +0200 Subject: [PATCH] Spelling error in inquirer prompt Tt was written descritption and I changed it to description --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index dec037f..9960a1f 100644 --- a/index.js +++ b/index.js @@ -36,7 +36,7 @@ const questions = () => { }, { type: 'input', name: 'description', - message: 'What is the descritption of your project?' + message: 'What is the description of your project?' }, { type: 'input', name: 'install',