Skip to content

Commit 6b0c683

Browse files
Update transpile.md (#7473)
1 parent 1f27135 commit 6b0c683

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
@@ -38,7 +38,7 @@ const isJustineAnAdult = isAdult(justine);
3838

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

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.
41+
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.
4242

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

0 commit comments

Comments
 (0)