Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -38,7 +38,7 @@ const isJustineAnAdult = isAdult(justine);

**Step 2:** Install TypeScript locally using a package manager:

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

```bash displayName="Install TypeScript locally"
npm i -D typescript # -D is a shorthand for --save-dev
Expand Down