Another minor grammatical fix

fevrin
2023-09-04 14:45:39 -04:00
parent 399386cdff
commit df57ab195d

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