From dfcedf388b79e4bb04d7915a89748883d109ef8f Mon Sep 17 00:00:00 2001 From: Tawanda Moyo Date: Wed, 24 Aug 2022 17:59:48 +0200 Subject: [PATCH] Apply minor spelling fix :) --- content/blog/zsh-setup/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/zsh-setup/index.mdx b/content/blog/zsh-setup/index.mdx index 757f6f0d..4f8f8e41 100644 --- a/content/blog/zsh-setup/index.mdx +++ b/content/blog/zsh-setup/index.mdx @@ -82,7 +82,7 @@ All of the settings in `.gitconfig` can be set using `git config --global [...]` ## zsh By default zsh is very capable and provides many improvements over bash (the -previous macOS default). Notably it provides a comprhensive command-line +previous macOS default). Notably it provides a comprehensive command-line completion system that can save a lot of time when you're working in the terminal.