From fa5a986eaa05f4edb1be00cf3127d110f256376c Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Wed, 8 Oct 2025 10:21:33 -0400 Subject: [PATCH] Fix grammar in README about error handling --- exercises/09.errors/README.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/09.errors/README.mdx b/exercises/09.errors/README.mdx index 4dd00e4a6..7a4aeb4f7 100644 --- a/exercises/09.errors/README.mdx +++ b/exercises/09.errors/README.mdx @@ -10,8 +10,8 @@ your application will be removed from the page, leaving the user with a blank screen... Kind of awkward... The problem is, you can't just wrap your entire application in a `try`/`catch` -because of the way JavaScript works. If you recall from earlier lessons, when -then you'll remember this: +because of the way JavaScript works. If you recall from earlier lessons, then +you'll remember this: ```tsx const element = (