From 80bb779818800e606832b60fe2a2bf7644d700a3 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 23 Dec 2016 18:53:40 +0100 Subject: [PATCH] Typo --- Examples-(fish).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples-(fish).md b/Examples-(fish).md index ca4c168..84dd900 100644 --- a/Examples-(fish).md +++ b/Examples-(fish).md @@ -12,8 +12,8 @@ end ``` ``` -function fzf-cdhist-widget -d 'cd to one of the previously visited location' - ## Clear non-existent folders from cdhist. +function fzf-cdhist-widget -d 'cd to one of the previously visited locations' + # Clear non-existent folders from cdhist. set -l buf for i in (seq 1 (count $dirprev)) set -l dir $dirprev[$i]