Skip to content

Commit 86d3043

Browse files
authored
docs: Add missing apostrophe (#57626)
1 parent 26b71fc commit 86d3043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02-app/01-building-your-application/01-routing/07-error-handling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ For example, a nested route with two segments that both include `layout.js` and
153153
The nested component hierarchy has implications for the behavior of `error.js` files across a nested route:
154154

155155
- Errors bubble up to the nearest parent error boundary. This means an `error.js` file will handle errors for all its nested child segments. More or less granular error UI can be achieved by placing `error.js` files at different levels in the nested folders of a route.
156-
- An `error.js` boundary will **not** handle errors thrown in a `layout.js` component in the **same** segment because the error boundary is nested **inside** that layouts component.
156+
- An `error.js` boundary will **not** handle errors thrown in a `layout.js` component in the **same** segment because the error boundary is nested **inside** that layout's component.
157157

158158
### Handling Errors in Layouts
159159

0 commit comments

Comments
 (0)