File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments