Spelling fix

Ville Skyttä
2020-03-17 22:55:46 +02:00
parent 90476bc633
commit e25f0db7a6

@@ -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: