diff --git a/packages/documentation/copy/en/tutorials/Babel with TypeScript.md b/packages/documentation/copy/en/tutorials/Babel with TypeScript.md index a898289a9a69..d06ea754bc89 100644 --- a/packages/documentation/copy/en/tutorials/Babel with TypeScript.md +++ b/packages/documentation/copy/en/tutorials/Babel with TypeScript.md @@ -10,7 +10,7 @@ translatable: true When making a modern JavaScript project, you might ask yourself what is the right way to convert files from TypeScript to JavaScript? -A lot of the time the answer is _"it depends"_, or _"someone may have decided for you"_ depending on the project. If you are building your project with an existing framework like [tsdx](https://tsdx.io), [Angular](https://angular.io/), [NestJS](https://nestjs.com/) or any framework mentioned in the [Getting Started](/docs/home) then this decision is handled for you. +A lot of the time the answer is _"it depends"_, or _"someone may have decided for you"_ depending on the project. If you are building your project with an existing framework like [tsdx](https://tsdx.io), [Angular](https://angular.io/), [NestJS](https://nestjs.com/) or any framework mentioned in the [Getting Started](/docs) then this decision is handled for you. However, a useful heuristic could be: