From 24b708973202192537e08d2f617374fee6d0f5cc Mon Sep 17 00:00:00 2001 From: Kunal jaiswal <140198382+Kunall7890@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:58:43 +0530 Subject: [PATCH] fix(curriculum): add missing periods to Quiz: Bash Scripting challenge (#67742) Co-authored-by: Kunal --- .../quiz-bash-scripting/66f1afbd9998e9c985d8e73b.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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--