diff --git a/bin/git-ignore b/bin/git-ignore index 434e857..6182093 100755 --- a/bin/git-ignore +++ b/bin/git-ignore @@ -4,7 +4,7 @@ function show_contents { if [ -f "$2" ]; then echo "$1 gitignore: $2" && cat "$2" else - echo "There is not $1 .gitignore yet" + echo "There is no $1 .gitignore yet" fi }