Skip to content

Commit 01967b9

Browse files
authored
Removing extra words (#387)
Simply removing a couple of words that accidentally made their way in.
1 parent fc9f438 commit 01967b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exercises/09.errors/README.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ that makes sense for that part of the application.
182182

183183
You'll use error boundaries in a similar way. Just think about what the user
184184
will be able to do when errors occur and if you're able to give them more useful
185-
actions by handling the error in a more closely to where it originated, then do
186-
that.
185+
actions by handling the error more closely to where it originated, then do that.
187186

188187
For example, let's say you have a list/detail view. You might want to have an
189188
error boundary around the list and another around the detail view. This way, if

0 commit comments

Comments
 (0)