Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -132,7 +132,7 @@ If you're using TypeScript and need to customize the shape of errors, you can do

```ts
/// file: src/app.d.ts
namespace App {
declare namespace App {
interface Error {
code: string;
id: string;
Expand Down