fix typo!

Luke Hamburg
2025-03-24 12:59:04 -04:00
parent fb17db0db4
commit 319ad2aabc

@@ -160,7 +160,7 @@ _Prevents `shellcheck` from processing one or more warnings:_
# shellcheck disable=SC1000-SC9999 # shellcheck disable=SC1000-SC9999
# shellcheck disable=1000-9999 # 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 #### enable