Skip to content

Commit f571c31

Browse files
authored
fix: grammar (#9219)
1 parent 97870a5 commit f571c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/route/error-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function ErrorBoundary() {
3434

3535
## Bubbling
3636

37-
When a route does not have an `errorElement`, errors will bubble up through parent routes. This let's you get as granular or general as you like.
37+
When a route does not have an `errorElement`, errors will bubble up through parent routes. This lets you get as granular or general as you like.
3838

3939
Put an `errorElement` at the top of your route tree and handle nearly every error in your app in one place. Or, put them on all of your routes and allow the parts of the app that don't have errors to continue to render normally. This gives the user more options to recover from errors instead of a hard refresh and 🤞.
4040

0 commit comments

Comments
 (0)