From 6cfb89588f03559c21d52f340f01dd5dcb705b24 Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Tue, 15 Sep 2020 11:32:51 -0300 Subject: [PATCH] Fix typo --- docs/aliases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/aliases.md b/docs/aliases.md index 32d7607..8bff956 100644 --- a/docs/aliases.md +++ b/docs/aliases.md @@ -32,9 +32,9 @@ If you don't want to use these conventions, you can even add full comments in yo ```bash navibestmatch() { - navi --query ":: $1" --best-match + navi --query "$1" --best-match } alias el="navibastmatch 'This is one command'" alias ef="navibastmatch 'This is another command'" -``` \ No newline at end of file +```