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?`, }, ])