Skip to content

Commit

Permalink
Update apps/site/pages/en/learn/typescript/transpile.md
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <[email protected]>
Signed-off-by: Augustin Mauroy <[email protected]>
  • Loading branch information
AugustinMauroy and aduh95 committed Jul 30, 2024
1 parent 8699d51 commit 9f0644b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/pages/en/learn/typescript/transpile.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const isJustineAnAdult: boolean = isAdult(justine);

In this example we're going to use npm, you can check our [our introduction to the npm package manager](/learn/getting-started/an-introduction-to-the-npm-package-manager) for more information.

There are two ways to install TypeScript, globally or locally. We recommend installing it globally for the sake of simplicity.
There are two ways to install TypeScript, globally or locally. We do not recommend installing it globally for the sake of everyone working with you.

```bash displayName="Install TypeScript globally"
npm i -g typescript # -g is a shorthand for --global
Expand Down

0 comments on commit 9f0644b

Please sign in to comment.