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: