Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoZweifel committed Mar 10, 2024
1 parent be47744 commit 0e03788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description: Manage and serve [`MDX`](https://mdxjs.com/) documents with typed F
```ts
import docs from 'mdx-butler/client';

return docs<{ title: string }>().find(/* ... */);
return docs<{ title: string }>();
```

<Info>
Expand Down

0 comments on commit 0e03788

Please sign in to comment.