Skip to content

Commit b190837

Browse files
authored
Merge pull request #1049 from olexandr-konovalov/patch-1
Align indentation in "Understanding Workflow and History" exercise
2 parents f630797 + ba8d0fa commit b190837

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

episodes/05-history.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -406,18 +406,18 @@ $ cat ketchup.md # this will print the content of ketchup.md on screen
406406
```
407407

408408
1. ```output
409-
ketchup enhances pasta dishes
410-
```
409+
ketchup enhances pasta dishes
410+
```
411411
2. ```output
412-
I like tomatoes, therefore I like ketchup
413-
```
412+
I like tomatoes, therefore I like ketchup
413+
```
414414
3. ```output
415-
I like tomatoes, therefore I like ketchup
416-
ketchup enhances pasta dishes
417-
```
415+
I like tomatoes, therefore I like ketchup
416+
ketchup enhances pasta dishes
417+
```
418418
4. ```output
419-
Error because you have changed ketchup.md without committing the changes
420-
```
419+
Error because you have changed ketchup.md without committing the changes
420+
```
421421

422422
::::::::::::::: solution
423423

0 commit comments

Comments
 (0)