Skip to content

Commit

Permalink
[docs] add missing declare (#7865)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Nov 28, 2022
1 parent df44873 commit 82900bb
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 @@ -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

0 comments on commit 82900bb

Please sign in to comment.