Skip to content

Commit 8f84be8

Browse files
committed
Fix markdown issue
This was hiding the following chapter (2.10)
1 parent b69156c commit 8f84be8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,8 @@ beforeEach(() => {
10231023
id: 1,
10241024
name: 'John',
10251025
});
1026-
});```
1026+
});
1027+
```
10271028

10281029
</details>
10291030

0 commit comments

Comments
 (0)