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