diff --git a/SC1090.md b/SC1090.md index f7f361e..f61aabe 100644 --- a/SC1090.md +++ b/SC1090.md @@ -19,7 +19,7 @@ ShellCheck is not able to include sourced files from paths that are determined a Use a [[Directive]] to point shellcheck to a fixed location it can read instead. -ShellCheck v0.7.2+ will strip a single expansion followed by a slash, e.g. `${var}/util.sh` or `$(dirname "${BASH_SOURCE[0]}")/util.sh`, and treat them as `./util.sh`. This allowing the use of `source-path` directives or `-P` flags to specify the a location. +ShellCheck v0.7.2+ will strip a single expansion followed by a slash, e.g. `${var}/util.sh` or `$(dirname "${BASH_SOURCE[0]}")/util.sh`, and treat them as `./util.sh`. This allows the use of `source-path` directives or `-P` flags to specify the a location. ### Exceptions: