diff --git a/SC1039.md b/SC1039.md index 6e26e20..9710980 100644 --- a/SC1039.md +++ b/SC1039.md @@ -30,7 +30,7 @@ You can fix it in one of two ways: 1. Simply remove the indentation, even though this may break formatting. 2. Use `<<-` instead of `<<`, and indent the script with tabs only (spaces will not be recognized). -Removing the indentation is preferred, since the script won't suddenly break if the script is reformatted, copy-pasted, or saved with a different editor. +Removing the indentation is preferred, since the script won't suddenly break if it's reformatted, copy-pasted, or saved with a different editor. ### Exceptions: