From aa7930d33fbdc15e9ea11079624039119713b210 Mon Sep 17 00:00:00 2001 From: Gabriel Pereira Soares <58240821+gabrielpereira3@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:52:49 -0300 Subject: [PATCH] Update transpile.md The word "our" was duplicated at the sentence Signed-off-by: Gabriel Pereira Soares <58240821+gabrielpereira3@users.noreply.github.com> --- apps/site/pages/en/learn/typescript/transpile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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