From d82e75c4b7365602b97b4433d5f3b7c7076fb998 Mon Sep 17 00:00:00 2001 From: Allen Sun Date: Sun, 8 Apr 2018 13:42:05 +0800 Subject: [PATCH] typo: fix incorrect Signed-off-by: Allen Sun --- bash_completions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_completions.md b/bash_completions.md index 52bd39dd..44d777c1 100644 --- a/bash_completions.md +++ b/bash_completions.md @@ -173,9 +173,9 @@ hello.yml test.json So while there are many other files in the CWD it only shows me subdirs and those with valid extensions. -# Specifiy custom flag completion +# Specify custom flag completion -Similar to the filename completion and filtering using cobra.BashCompFilenameExt, you can specifiy +Similar to the filename completion and filtering using cobra.BashCompFilenameExt, you can specify a custom flag completion function with cobra.BashCompCustom: ```go