Skip to content

Commit 0948bf5

Browse files
authored
Update static-type-checking.md
1 parent 6716745 commit 0948bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/static-type-checking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,13 @@ The compiler is of no help to us until we tell it what to do. In TypeScript, the
220220

221221
If you use [Yarn](https://yarnpkg.com/), run:
222222

223-
```shell
223+
```bash
224224
yarn run tsc --init
225225
```
226226

227227
If you use [npm](https://www.npmjs.com/), run:
228228

229-
```shell
229+
```bash
230230
npx tsc --init
231231
```
232232

0 commit comments

Comments
 (0)