Fix formatting (#5247)

pull/5288/head
boc-the-git 8 months ago committed by GitHub
parent 070d04334b
commit 9d4aae10b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/typescript/content/100-typescript/102-install-configure/index.md

@ -35,7 +35,7 @@ npm install --save-dev typescript
tsc 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 ```bash
tsc index.ts tsc index.ts

Loading…
Cancel
Save