Skip to content

minor spelling update #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/commands/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ const cmd = {
.example(chalk.yellow('leetcode plugin company'), 'Show company plugin')
.example(chalk.yellow('leetcode plugin company -c'), 'Show config of company plugin')
.example('', '')
.example(chalk.yellow('leetcode plugin -i'), 'Install all missing plugins from GtiHub')
.example(chalk.yellow('leetcode plugin -i company'), 'Install company plugin from GtiHub')
.example(chalk.yellow('leetcode plugin -i'), 'Install all missing plugins from GitHub')
.example(chalk.yellow('leetcode plugin -i company'), 'Install company plugin from GitHub')
.example(chalk.yellow('leetcode plugin -d company'), 'Disable company plugin')
.example(chalk.yellow('leetcode plugin -e company'), 'Enable comapny plugin')
.example(chalk.yellow('leetcode plugin -e company'), 'Enable company plugin')
.example(chalk.yellow('leetcode plugin -D company'), 'Delete company plugin');
}
};
Expand Down