diff --git a/curriculum/challenges/english/blocks/lecture-understanding-bash-scripting/688166750663c22e2b1c8e80.md b/curriculum/challenges/english/blocks/lecture-understanding-bash-scripting/688166750663c22e2b1c8e80.md index 3ea9e824a6f..8ded49d0421 100644 --- a/curriculum/challenges/english/blocks/lecture-understanding-bash-scripting/688166750663c22e2b1c8e80.md +++ b/curriculum/challenges/english/blocks/lecture-understanding-bash-scripting/688166750663c22e2b1c8e80.md @@ -91,7 +91,7 @@ The shebang appears at the very beginning of a script file. ## --text-- -In the example script, what does the line for server in `"${servers[@]}"` accomplish? +In the example script, what does the line `for server in "${servers[@]}"` accomplish? ## --answers--