From 9d4aae10b5a0f196f7a593f0544ea5725975c000 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Tue, 5 Mar 2024 00:41:10 +1100 Subject: [PATCH] Fix formatting (#5247) --- .../content/100-typescript/102-install-configure/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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