From 319ad2aabce180a4cbeff95dcb13fc3a5969a79d Mon Sep 17 00:00:00 2001 From: Luke Hamburg <1992842+luckman212@users.noreply.github.com> Date: Mon, 24 Mar 2025 12:59:04 -0400 Subject: [PATCH] fix typo! --- Directive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directive.md b/Directive.md index 250e56f..d8448d5 100644 --- a/Directive.md +++ b/Directive.md @@ -160,7 +160,7 @@ _Prevents `shellcheck` from processing one or more warnings:_ # shellcheck disable=SC1000-SC9999 # shellcheck disable=1000-9999 ``` - ℹ️Silencing parser errors is purely cosmetic; Any parser error found will still stop `shellsheck` at the point of the error. + ℹ️Silencing parser errors is purely cosmetic; Any parser error found will still stop `shellcheck` at the point of the error. #### enable