1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-06-29 11:27:25 +00:00

Fix English mistakes in the autosuggestions module README.md (#1444)

* Change 'conjuncture' to 'conjunction'
* Fix ambiguous pronoun references
This commit is contained in:
Foo Chuan Wei 2017-08-28 22:17:45 -04:00 committed by Kaleb Elwert
parent 9c528efa60
commit a7fb175b20

View File

@ -11,11 +11,12 @@ Integrates [zsh-autosuggestions][1] into Prezto, which implements the
of a previously entered command and Zsh suggests commands as you type based on
history and completions.
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,
the *syntax-highlighting* module must be loaded **after** this module.
If this module is used in conjuncture with the *history-substring-search*
module, it must be loaded **after** it.
If this module is used in conjunction with the *history-substring-search*
module, the *history-substring-search* module must be loaded **after** this
module.
Contributors
------------