From 399386cdff5e17b37bc7b5e177d42fee3767b2b8 Mon Sep 17 00:00:00 2001 From: fevrin <5051062+fevrin@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:43:54 -0400 Subject: [PATCH] Minor grammatical fix --- SC1090.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: