8000 minor spelling update · leetcode-tools/leetcode-cli@1b217b9 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1b217b9

Browse files
committed
minor spelling update
1 parent bb12d87 commit 1b217b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/commands/plugin.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ const cmd = {
5252
.example(chalk.yellow('leetcode plugin company'), 'Show company plugin')
5353
.example(chalk.yellow('leetcode plugin company -c'), 'Show config of company plugin')
5454
.example('', '')
55-
.example(chalk.yellow('leetcode plugin -i'), 'Install all missing plugins from GtiHub')
56-
.example(chalk.yellow('leetcode plugin -i company'), 'Install company plugin from GtiHub')
55+
.example(chalk.yellow('leetcode plugin -i'), 'Install all missing plugins from GitHub')
56+
.example(chalk.yellow('leetcode plugin -i company'), 'Install company plugin from GitHub')
5757
.example(chalk.yellow('leetcode plugin -d company'), 'Disable company plugin')
58-
.example(chalk.yellow('leetcode plugin -e company'), 'Enable comapny plugin')
58+
.example(chalk.yellow('leetcode plugin -e company'), 'Enable company plugin')
5959
.example(chalk.yellow('leetcode plugin -D company'), 'Delete company plugin');
6060
}
6161
};

0 commit comments

Comments
 (0)
0