From d431cbd338b88411dfe34cdc0c577618eda5795d Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Wed, 16 Dec 2015 17:35:46 -0500 Subject: [PATCH] fix documentation typo --- modules/input/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/input/README.md b/modules/input/README.md index 694c47f..fba7563 100644 --- a/modules/input/README.md +++ b/modules/input/README.md @@ -1,7 +1,7 @@ Input ===== -Applys correct bindkeys for input events. +Applies correct bindkeys for input events. 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.