Skip to content

Commit

Permalink
update docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Mar 28, 2024
1 parent 473c8c4 commit 79d25c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ If TypeScript error can't be mitigated, as last resort use `@ts-expect-error` to
const newUser = createUser('Gabriel');

// ✅ Use @ts-expect-error with description
// @ts-expect-error: The library definition is wrong, createUser accepts string as an argument.
// @ts-expect-error: The library type definition is wrong, createUser accepts string as an argument.
const newUser = createUser('Gabriel');
```

Expand Down

0 comments on commit 79d25c4

Please sign in to comment.