From e6af5f2e91199517bbcc486bd08a893cb80e0828 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Wed, 16 Aug 2017 11:47:58 -0700 Subject: [PATCH] Fix typo --- modules/editor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/README.md b/modules/editor/README.md index 1bc9769..c27e864 100644 --- a/modules/editor/README.md +++ b/modules/editor/README.md @@ -87,7 +87,7 @@ will still see the headings and can tell which keymap each binding goes to. It will also pass through arguments so you can use bindkey-all to set bindings for all keymaps at once. If provided arguments it will *not* print out the -names of each of the keymaps, and just run the command fear each keymap. +names of each of the keymaps, and just run the command for each keymap. Authors -------