Skip to content

Commit

Permalink
Update docs/repo-docs/guides/tools/typescript.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew authored Sep 28, 2024
1 parent 637cb02 commit 3bb3133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repo-docs/guides/tools/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3bb3133

Please sign in to comment.