From 65f4175baa23fa0efa486a2d1ebd1e8194d53753 Mon Sep 17 00:00:00 2001 From: Sergey Valkov Date: Mon, 18 Sep 2017 12:19:08 +0300 Subject: [PATCH] fixed README.md for autosuggestions module, improved README.md for history-substring-search module --- modules/autosuggestions/README.md | 4 ++-- modules/history-substring-search/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/autosuggestions/README.md b/modules/autosuggestions/README.md index 4d18f916..e973a627 100644 --- a/modules/autosuggestions/README.md +++ b/modules/autosuggestions/README.md @@ -12,10 +12,10 @@ of a previously entered command and Zsh suggests commands as you type based on history and completions. If this module is used in conjunction with the *syntax-highlighting* module, -the *syntax-highlighting* module must be loaded **after** this module. +this module must be loaded **after** the *syntax-highlighting* module. If this module is used in conjunction with the *history-substring-search* -module, the *history-substring-search* module must be loaded **after** this +module, this module must be loaded **after** the the *history-substring-search* module. Contributors diff --git a/modules/history-substring-search/README.md b/modules/history-substring-search/README.md index 0da63dcc..ad812dd1 100644 --- a/modules/history-substring-search/README.md +++ b/modules/history-substring-search/README.md @@ -6,8 +6,8 @@ the [Fish shell][2]'s history search feature, where the user can type in any part of a previously entered command and press up and down to cycle through matching commands. -If this module is used in conjuncture with the *syntax-highlighting* module, it -must be loaded **after** it. +If this module is used in conjunction with the *syntax-highlighting* module, +this module must be loaded **after** the the *syntax-highlighting* module. Contributors ------------