From 0948bf553eac307d48622e4275953baf83dc1bcf Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 20 Feb 2019 01:48:07 +0300 Subject: [PATCH] Update static-type-checking.md --- content/docs/static-type-checking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/static-type-checking.md b/content/docs/static-type-checking.md index 553ea635..0f459aa8 100644 --- a/content/docs/static-type-checking.md +++ b/content/docs/static-type-checking.md @@ -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 ```