From 9fc07e6618e731c440495f8d99323166d1866258 Mon Sep 17 00:00:00 2001 From: vladislav doster <10052309+vladdoster@users.noreply.github.com> Date: Thu, 16 Mar 2023 17:49:11 -0500 Subject: [PATCH] docs(Plugins-Overview.md): fix typo (#25) --- Plugins-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins-Overview.md b/Plugins-Overview.md index f2db850..0225cad 100644 --- a/Plugins-Overview.md +++ b/Plugins-Overview.md @@ -17,7 +17,7 @@ | Name | Description | | ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -| [ag](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ag) | autocomplettion for ag | +| [ag](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/ag) | autocompletion for ag | | [aliases](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/aliases) | aliases cheatsheet - list aliases based on the plugins that you have enabled | | [autoenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/autoenv) | automatically execs script on changing dir (.env file) | | [colemak](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colemak) | colemak layout support + vi-mode fixes for colemak https://en.wikipedia.org/wiki/Keyboard_layout#Colemak |