Skip to content

Commit 4639b3d

Browse files
authored
Fix grammar in README about error handling (#433)
1 parent 055176c commit 4639b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/09.errors/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ your application will be removed from the page, leaving the user with a blank
1010
screen... Kind of awkward...
1111

1212
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:
13+
because of the way JavaScript works. If you recall from earlier lessons, then
14+
you'll remember this:
1515

1616
```tsx
1717
const element = (

0 commit comments

Comments
 (0)