Skip to content

Commit

Permalink
Update static-type-checking.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Feb 19, 2019
1 parent 6716745 commit 0948bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/static-type-checking.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,13 @@ The compiler is of no help to us until we tell it what to do. In TypeScript, the

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

```shell
```bash
yarn run tsc --init
```

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

```shell
```bash
npx tsc --init
```

Expand Down

0 comments on commit 0948bf5

Please sign in to comment.