From bfea135173860ae6c856e55fbd9dcba2b6236f56 Mon Sep 17 00:00:00 2001 From: Sungho Hwang Date: Wed, 18 Aug 2021 03:18:49 +0900 Subject: [PATCH] Update list.js --- lib/commands/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/list.js b/lib/commands/list.js index c010de86..9d8520d3 100644 --- a/lib/commands/list.js +++ b/lib/commands/list.js @@ -39,7 +39,7 @@ const cmd = { .example(chalk.yellow('leetcode list array'), 'List questions that has "array" in name') .example(chalk.yellow('leetcode list -q eD'), 'List questions that with easy level and not done') .example(chalk.yellow('leetcode list -t google'), 'List questions from Google company (require plugin)') - .example(chalk.yellow('leetcode list -t stack'), 'List questions realted to stack (require plugin)'); + .example(chalk.yellow('leetcode list -t stack'), 'List questions related to stack (require plugin)'); } };