From fdb134e349c49598660b4905a2d80dab2480f1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= Date: Sun, 21 May 2023 16:20:07 -0400 Subject: [PATCH] fixed subject/verb agreement --- SC3028.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC3028.md b/SC3028.md index ed7c210..e130bf5 100644 --- a/SC3028.md +++ b/SC3028.md @@ -30,7 +30,7 @@ For `PIPESTATUS`, the pipeline can be instrumented to record the exit value of e ### Exceptions: -If you only intend to target shells that supports this feature, you can change +If you only intend to target shells that support this feature, you can change the shebang to a shell that guarantees support, or [[ignore]] this warning. You can use `# shellcheck disable=SC3000-SC4000` to ignore all such compatibility