Minor grammatical fix

fevrin
2023-09-04 14:43:54 -04:00
parent 9df8e616d9
commit 399386cdff

@@ -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. 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: ### Exceptions: