diff --git a/SC2195.md b/SC2195.md index 92e8d0f..d18fe69 100644 --- a/SC2195.md +++ b/SC2195.md @@ -19,7 +19,7 @@ esac ShellCheck has detected that one of the patterns in a `case` statement will never match. -Often, this is due to mistaes in the case statement word that results in unintended literal characters. In the problematic code, there's a trailing space that will prevent the match from ever happening. +Often, this is due to mistakes in the case statement word that results in unintended literal characters. In the problematic code, there's a trailing space that will prevent the match from ever succeeding. For more examples of when this could happen, see [SC2193](https://github.com/koalaman/shellcheck/wiki/SC2193) for the equivalent warning for `[[ .. ]]` statements.