Skip to content

Commit 8699d51

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 1feec64 commit 8699d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ const justine: User = {
3636
const isJustineAnAdult: boolean = isAdult(justine);
3737
```
3838

39-
**Step 2:** Install TypeScript globally using npm:
39+
**Step 2:** Install TypeScript globally using a package manager:
4040

41-
If you want to discover npm, you can check our [our introduction to the npm package manager](/learn/getting-started/an-introduction-to-the-npm-package-manager)
41+
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

4343
There are two ways to install TypeScript, globally or locally. We recommend installing it globally for the sake of simplicity.
4444

0 commit comments

Comments
 (0)