From d3f1b3913eba32347d112b092cb9f289fb975cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20K=C3=A4stner?= Date: Sat, 15 Jun 2024 12:54:45 +0200 Subject: [PATCH] fix typo --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index b8575b6..d26de55 100644 --- a/src/index.ts +++ b/src/index.ts @@ -108,7 +108,7 @@ async function main() { { type: 'confirm', name: 'confirmed', - message: `Delelte: ${chalk.bold.blue(loosers.map((l) => l.name).join(', '))} and their dependencies?`, + message: `Delete: ${chalk.bold.blue(loosers.map((l) => l.name).join(', '))} and their dependencies?`, }, ])