diff --git a/v3-docs/v3-migration-docs/typescript/meteor-types.md b/v3-docs/v3-migration-docs/typescript/meteor-types.md index 726223ab1a..44d11fe47e 100644 --- a/v3-docs/v3-migration-docs/typescript/meteor-types.md +++ b/v3-docs/v3-migration-docs/typescript/meteor-types.md @@ -6,7 +6,7 @@ In order to get types working in your Meteor 3 project, you will need to add the meteor add zodern:types ``` -Also, in order to get types for Meteor core packages working in your IDE you need to have a valid `tsconfig.json` file in your project root including the following: +Also, to get types for Meteor core packages working in your IDE, you need to have a valid `tsconfig.json` file in your project root, including the following: ```json {