Skip to content

Commit e5e3ae3

Browse files
authored
fix ypo
1 parent 9e7514d commit e5e3ae3

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)