From 58a0fa6c3167b25b31fcf2036d3ad2b7c9b30fa2 Mon Sep 17 00:00:00 2001 From: Sergey Valkov Date: Tue, 19 Sep 2017 10:37:16 +0300 Subject: [PATCH] review fixes --- modules/autosuggestions/README.md | 2 +- modules/history-substring-search/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/autosuggestions/README.md b/modules/autosuggestions/README.md index e973a627..ad0f7ece 100644 --- a/modules/autosuggestions/README.md +++ b/modules/autosuggestions/README.md @@ -15,7 +15,7 @@ If this module is used in conjunction with the *syntax-highlighting* module, this module must be loaded **after** the *syntax-highlighting* module. If this module is used in conjunction with the *history-substring-search* -module, this module must be loaded **after** the the *history-substring-search* +module, this module must be loaded **after** the *history-substring-search* module. Contributors diff --git a/modules/history-substring-search/README.md b/modules/history-substring-search/README.md index ad812dd1..050a5c2e 100644 --- a/modules/history-substring-search/README.md +++ b/modules/history-substring-search/README.md @@ -7,7 +7,7 @@ part of a previously entered command and press up and down to cycle through matching commands. If this module is used in conjunction with the *syntax-highlighting* module, -this module must be loaded **after** the the *syntax-highlighting* module. +this module must be loaded **after** the *syntax-highlighting* module. Contributors ------------