Merge pull request #5 from oct8l/fix-lowercase

Fix typos
This commit is contained in:
I-Man Ng
2019-05-10 09:58:56 +08:00
committed by GitHub

View File

@ -52,7 +52,7 @@ Ctrl + x + Ctrl + e : launch editor define by $EDITOR
Esc + u Esc + u
# converts text from cursor to the end of the word to uppercase. # converts text from cursor to the end of the word to uppercase.
Esc + l Esc + l
# converts text from cursor to the end of the word to case. # converts text from cursor to the end of the word to lowercase.
Esc + c Esc + c
# converts letter under the cursor to uppercase. # converts letter under the cursor to uppercase.
``` ```