diff --git a/src/data/roadmaps/typescript/content/100-typescript/102-install-configure/index.md b/src/data/roadmaps/typescript/content/100-typescript/102-install-configure/index.md index 44a3e1394..de2102a21 100644 --- a/src/data/roadmaps/typescript/content/100-typescript/102-install-configure/index.md +++ b/src/data/roadmaps/typescript/content/100-typescript/102-install-configure/index.md @@ -35,7 +35,7 @@ npm install --save-dev typescript tsc ``` -Note: You can also compile individual TypeScript files by specifying the file name after the tsc command.For example: +Note: You can also compile individual TypeScript files by specifying the file name after the tsc command. For example: ```bash tsc index.ts