Fix/change two instances of "lowercase"

Signed-off-by: oct8l <gitmail@oct8l.email>
This commit is contained in:
oct8l 2019-05-09 10:14:58 -05:00
parent fc8ae81e23
commit 95f0c607d5

View File

@ -52,7 +52,7 @@ Ctrl + x + Ctrl + e : launch editor define by $EDITOR
Esc + u
# converts text from cursor to the end of the word to uppercase.
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
# converts letter under the cursor to uppercase.
```