diff --git a/Examples-(fish).md b/Examples-(fish).md index 5565d79..284cd48 100644 --- a/Examples-(fish).md +++ b/Examples-(fish).md @@ -48,7 +48,7 @@ The following can replace fish completion menu with fzf. Because of a [fish bug] ``` function fzf-complete -d 'fzf completion and print selection back to commandline' # As of 2.6, fish's "complete" function does not understand - # subcommand. Instead, we use the same hack as __fish_complete_subcommand and + # subcommands. Instead, we use the same hack as __fish_complete_subcommand and # extract the subcommand manually. set -l cmd (commandline -co) (commandline -ct) switch $cmd[1]