Skip to content

Commit

Permalink
docs: add missing apostrophe (#58236)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryndyment authored Nov 16, 2023
1 parent 6c42251 commit 123f753
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ The nested component hierarchy has implications for the behavior of `error.js` f

`error.js` boundaries do **not** catch errors thrown in `layout.js` or `template.js` components of the **same segment**. This [intentional hierarchy](#nested-routes) keeps important UI that is shared between sibling routes (such as navigation) visible and functional when an error occurs.

To handle errors within a specific layout or template, place an `error.js` file in the layouts parent segment.
To handle errors within a specific layout or template, place an `error.js` file in the layout's parent segment.

To handle errors within the root layout or template, use a variation of `error.js` called `global-error.js`.

Expand Down

0 comments on commit 123f753

Please sign in to comment.