We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f72b1f commit 0b8b081Copy full SHA for 0b8b081
1 file changed
src/content/7/en/part7d.md
@@ -49,7 +49,7 @@ You can simulate a rendering error by temporarily throwing an exception inside o
49
50
```js
51
const BlogList = ({ blogs }) => {
52
- throw new Error('simulated error') /*/ highlight line
+ throw new Error('simulated error') // highlight line
53
return (
54
// ...
55
)
0 commit comments