From a6afcd44a0e392e440e182f576ef9934812f79b9 Mon Sep 17 00:00:00 2001 From: Simon Brandt <123938598+Simon-Brandt@users.noreply.github.com> Date: Wed, 25 Jun 2025 15:58:40 +0200 Subject: [PATCH] Fix wording, capitalize "ShellCheck" --- SC2190.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2190.md b/SC2190.md index 3b849a9..3c204d6 100644 --- a/SC2190.md +++ b/SC2190.md @@ -21,4 +21,4 @@ This could happen because of invalid spaces or otherwise malformed index assignm ### Exceptions: -ShellCheck may be confused when a variable name is reused in different contexts. If shellcheck mistakenly believes the array is associated, please [[ignore]] this error. \ No newline at end of file +ShellCheck may be confused when a variable name is reused in different contexts. If ShellCheck mistakenly believes the array is associative, please [[ignore]] this error. \ No newline at end of file