From e25f0db7a6fabe8f8f557d5bd7da39e28f456c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 17 Mar 2020 22:55:46 +0200 Subject: [PATCH] Spelling fix --- SC2192.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2192.md b/SC2192.md index 796ff36..af49bb8 100644 --- a/SC2192.md +++ b/SC2192.md @@ -18,7 +18,7 @@ This may happen as part of the expression `[index]= value`, where the space is n If you wanted the element to have a value, remove the spaces after `=`, e.g. `[index]=value`. -If you wanted to assign an empty string, explicitly use emtpy quotes: `[index]=""`. This makes no difference to the shell, but will make your intention clear to shellcheck and other humans. +If you wanted to assign an empty string, explicitly use empty quotes: `[index]=""`. This makes no difference to the shell, but will make your intention clear to shellcheck and other humans. ### Exceptions: