Skip to content

Commit d56ced1

Browse files
authored
Merge pull request #120 from SPAAM-community/typo
fix typo in BBB code section
2 parents 9e7514d + e5e3ae3 commit d56ced1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bare-bones-bash.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ We can also add more elements to the list, and the **for** loop will continue un
771771
How many times will the following for loop run the command `echo`?
772772

773773
```bash
774-
for i in Greece Spain Britain Italy Slovenia; Do
774+
for i in Greece Spain Britain Italy Slovenia; do
775775
echo "I would love to go to $i"
776776
done
777777
```

0 commit comments

Comments
 (0)