We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055176c commit 4639b3dCopy full SHA for 4639b3d
1 file changed
exercises/09.errors/README.mdx
@@ -10,8 +10,8 @@ your application will be removed from the page, leaving the user with a blank
10
screen... Kind of awkward...
11
12
The problem is, you can't just wrap your entire application in a `try`/`catch`
13
-because of the way JavaScript works. If you recall from earlier lessons, when
14
-then you'll remember this:
+because of the way JavaScript works. If you recall from earlier lessons, then
+you'll remember this:
15
16
```tsx
17
const element = (
0 commit comments