Fix typo in input module README

This commit is contained in:
Xiao-Ou Zhang 2016-11-27 16:08:50 -05:00 committed by GitHub
parent 1f0ed84938
commit 6317224e03
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ Without this module, you may experience oddities in how Zsh interprets input.
For example, using the UP key, then using the back arrow and pressing DELETE may capatalize characters rather than delete them.
This module also provides double-dot parent directory expansion.
It can be enabled by uncommenting `zdouble_dot_expansion='true'` in your .zimrc
It can be enabled by uncommenting `zdouble_dot_expand='true'` in your .zimrc