diff --git a/docs/Reference/TypeScript.md b/docs/Reference/TypeScript.md index 3fa07159e2..d339ef83c7 100644 --- a/docs/Reference/TypeScript.md +++ b/docs/Reference/TypeScript.md @@ -1093,7 +1093,7 @@ server.get('/', async (request, reply) => { ``` If you want to see a detailed example of using this interface check out the -Learn by Example section: [JSON Schema](#jsonschema). +Learn by Example section: [JSON Schema](#json-schema). ##### fastify.RawRequestDefaultExpression\<[RawServer][RawServerGeneric]\> [src](https://github.com/fastify/fastify/blob/main/types/utils.d.ts#L23)