Skip to content

Commit 5ea3d8f

Browse files
Refactor suggestion
Co-authored-by: Ayu Adiati <[email protected]>
1 parent 77b90bf commit 5ea3d8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/resources/developer-resources/typescript/typescript-getting-started.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ import LeadText from '@/components/content/LeadText';
1515
<TextContainer background="light" showBackToTopLink={false}>
1616
<LeadText>
1717

18-
Welcome to the **TypeScript Getting Started** guide! <br />This resource is designed for developers of all levels who want to learn TypeScript from scratch and gradually build up to using types, interfaces, and generics in real-world code patterns. By the end of this guide, you'll be confident writing type-safe JavaScript applications.
18+
Welcome to the **Getting Started with TypeScript** guide!
19+
20+
This resource is a beginner-friendly guide designed for developers of all levels who want to learn TypeScript basics from scratch. We'll cover everything from setup instructions for your local environment to gradually building up to using types, interfaces, and generics. By the end of this guide, you'll be confident writing type-safe JavaScript applications, including looking at examples from the Virtual Coffee codebase to see these concepts in practice.
1921

2022
</LeadText>
2123
</TextContainer>

0 commit comments

Comments
 (0)