We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58caee2 + 0b8b081 commit 9c2a585Copy full SHA for 9c2a585
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