diff --git a/apps/site/pages/en/learn/typescript/transpile.md b/apps/site/pages/en/learn/typescript/transpile.md index 62c042d4e902f..4f39ac23412eb 100644 --- a/apps/site/pages/en/learn/typescript/transpile.md +++ b/apps/site/pages/en/learn/typescript/transpile.md @@ -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