diff --git a/curriculum/challenges/english/blocks/quiz-bash-scripting/66f1afbd9998e9c985d8e73b.md b/curriculum/challenges/english/blocks/quiz-bash-scripting/66f1afbd9998e9c985d8e73b.md index 21b6df8e235..0f225cde745 100644 --- a/curriculum/challenges/english/blocks/quiz-bash-scripting/66f1afbd9998e9c985d8e73b.md +++ b/curriculum/challenges/english/blocks/quiz-bash-scripting/66f1afbd9998e9c985d8e73b.md @@ -410,19 +410,19 @@ What advantage does Bash provide when testing parts of a script? #### --distractors-- -Bash scripts must be compiled before testing +Bash scripts must be compiled before testing. --- -You can only test scripts using an IDE +You can only test scripts using an IDE. --- -Bash automatically generates test cases +Bash automatically generates test cases. #### --answer-- -Script sections can be pasted directly into the terminal for testing +Script sections can be pasted directly into the terminal for testing. ### --question--