From 3bb3133805be7966a63abb7c29b4cccea3e97c25 Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Sat, 28 Sep 2024 14:22:11 -0600 Subject: [PATCH] Update docs/repo-docs/guides/tools/typescript.mdx --- docs/repo-docs/guides/tools/typescript.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repo-docs/guides/tools/typescript.mdx b/docs/repo-docs/guides/tools/typescript.mdx index fa9b7441b62a9..24c21c467fac1 100644 --- a/docs/repo-docs/guides/tools/typescript.mdx +++ b/docs/repo-docs/guides/tools/typescript.mdx @@ -222,7 +222,7 @@ For [Internal Packages](/repo/docs/core-concepts/internal-packages), we recommen ### Enable go-to-definition across package boundaries -"Go-to-definition" is an editor feature for quickly navigating to the original declaration or symbol (like a variable or function) with a click or hotkey. Once TypeScript is configured correctly, you can navigate across [Internal Packages](/repo/docs/core-concepts/internal-packages) with ease. +"Go-to-definition" is an editor feature for quickly navigating to the original declaration or definition of a symbol (like a variable or function) with a click or hotkey. Once TypeScript is configured correctly, you can navigate across [Internal Packages](/repo/docs/core-concepts/internal-packages) with ease. #### Just-in-Time Packages