Skip to content

Commit

Permalink
docs: typo in Typescript docs (#5145)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-ko committed Nov 5, 2023
1 parent 4580062 commit 67ee595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Reference/TypeScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ can do it as follows:

const fastify = Fastify().withTypeProvider<TypeBoxTypeProvider>()

app.post<{ Body: UserType, Reply: UserType }>(
fastify.post<{ Body: UserType, Reply: UserType }>(
'/',
{
schema: {
Expand Down

0 comments on commit 67ee595

Please sign in to comment.