diff --git a/www/docs/migration/migrate-from-v10-to-v11.mdx b/www/docs/migration/migrate-from-v10-to-v11.mdx index 5234ccd926b..131dd736894 100644 --- a/www/docs/migration/migrate-from-v10-to-v11.mdx +++ b/www/docs/migration/migrate-from-v10-to-v11.mdx @@ -30,7 +30,7 @@ Updated [HTTP Subscription Link improvements](#http-subscription-link-improvemen ### TypeScript version >=5.7.2 is now required (non-breaking) -tRPC now requires TypeScript version 5.6.2 or higher. This change was made in response to [a bug report](https://github.com/trpc/trpc/issues/6243) where we decided to take a forward-looking approach. +tRPC now requires TypeScript version 5.7.2 or higher. This change was made in response to [a bug report](https://github.com/trpc/trpc/issues/6243) where we decided to take a forward-looking approach. If you try to install tRPC with an unsupported TypeScript version, you'll receive a peer dependency error during installation.