Skip to content

Commit 9f0644b

Browse files
Update apps/site/pages/en/learn/typescript/transpile.md
Co-authored-by: Antoine du Hamel <[email protected]> Signed-off-by: Augustin Mauroy <[email protected]>
1 parent 8699d51 commit 9f0644b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/typescript/transpile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const isJustineAnAdult: boolean = isAdult(justine);
4040

4141
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.
4242

43-
There are two ways to install TypeScript, globally or locally. We recommend installing it globally for the sake of simplicity.
43+
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.
4444

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

0 commit comments

Comments
 (0)