Skip to content

Commit

Permalink
Update documentation/docs/30-advanced/25-errors.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eltigerchino authored Nov 13, 2024
1 parent 7a7b8ef commit 15747ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/30-advanced/25-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The exception is when the error occurs inside the root `+layout.js` or `+layout.
If you're using TypeScript and need to customize the shape of errors, you can do so by declaring an `App.Error` interface in your app (by convention, in `src/app.d.ts`, though it can live anywhere that TypeScript can 'see'):

```ts
/// file: /src/app.d.ts
/// file: src/app.d.ts
declare global {
namespace App {
interface Error {
Expand Down

0 comments on commit 15747ee

Please # to comment.