Skip to content

Commit f284cbc

Browse files
committed
flow
1 parent 73bbf13 commit f284cbc

File tree

1 file changed

+1
-1
lines changed
  • exercises/04.debugging/01.solution.dom-snapshots

1 file changed

+1
-1
lines changed

exercises/04.debugging/01.solution.dom-snapshots/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Calling the `debug()` function here will print out the entire DOM tree into the
9595
</body
9696
```
9797

98-
Having a bird's eye view on the DOM lets me see whether everything is rendered correctly and . . . What do you know! The last check mark indeed gets placed, and even in the correct square, but the square itself is at the wrong place! Looks like the `'bottom left'` and `'right middle'` sections of the game got swapped by accident the other day 😅.
98+
Having a bird's eye view on the DOM lets me see whether everything is rendered correctly and . . . What do you know! The last check mark indeed gets placed, and even in the correct square, but the square itself is in the wrong place! It looks like the `'bottom left'` and `'right middle'` sections of the game got swapped by accident the other day 😅.
9999

100100
Hopefully, it's much easier to fix the bug than it was to find it:
101101

0 commit comments

Comments
 (0)