Skip to content

Commit 374b8dd

Browse files
committed
minor wording changes
1 parent 959c4ae commit 374b8dd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/advanced.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: Advanced Topic
1414

1515
# Aliases
1616

17-
The commands in leetcode-cli usually has builtin aliases as below:
17+
The commands in leetcode-cli usually have builtin aliases as below:
1818

1919
|Command |Aliases |
2020
|----------|-----------------------|
@@ -33,9 +33,9 @@ The commands in leetcode-cli usually has builtin aliases as below:
3333

3434
# Auto Login
3535

36-
Leetcode.com is restricting only one session alive in the same time, which means if you login same account otherwhere, the existing login session will be expired immediately. This will greatly harm your experience since you have to re-login again and again among different sessions.
36+
Leetcode.com is restricting only one session alive at the same time, which means if you log in the same account elsewhere, the existing login session will be expired immediately. This will greatly harm your experience since you have to log in again and again among different sessions.
3737

38-
The good news is leetcode-cli will help a lot on this by trying re-login transparently and automatically without interrupting your current work whenever it detects your current session is expired. To enable this feature you could add following in your config then login again:
38+
The good news is leetcode-cli will help a lot with this by trying re-authenticate transparently and automatically without interrupting your current work whenever it detects your current session is expired. To enable this feature you could add following in your config then log in again:
3939

4040
{
4141
"autologin": {

docs/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Display help message. It also shows examples of the commands.
4444
leetcode test <filename> Test code [aliases: run]
4545
leetcode user Manage account [aliases: account]
4646
leetcode version Show version info [aliases: info, env]
47-
leetcode completion generate bash completion script
47+
leetcode completion Generate bash completion script
4848

4949
Options:
5050
-h, --help Show help [boolean]

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Similar with above, while you can introduce your own changes as you wish.
5151

5252
### From docker
5353

54-
NOTE: This is just a tiny taste to let you feel that leetcode-cli is. Please use other ways above to install leetcode-cli if you like it.
54+
NOTE: This is just a tiny taste to let you feel what leetcode-cli is. Please use other ways above to install leetcode-cli if you like it.
5555

5656
$ alias leetcode='docker run -it --rm skygragon/leetcode-cli'
5757
$ leetcode version

0 commit comments

Comments
 (0)