diff --git a/SC2230.md b/SC2230.md index 068e6be..2ce76c3 100644 --- a/SC2230.md +++ b/SC2230.md @@ -20,7 +20,7 @@ command -v grep ### Exceptions: -This check is opt-in only in 0.7.1+, and you may choose to [[ignore it]] in earlier versions. `which` is very common, and some prefer its executable-or-nothing behavior over `command -v`'s handling of builtins, functions and aliases. +This check is opt-in only in 0.7.1+, and you may choose to [[ignore]] it in earlier versions. `which` is very common, and some prefer its executable-or-nothing behavior over `command -v`'s handling of builtins, functions and aliases. ### Caveats: