Skip to content

Commit 2d600ea

Browse files
official documentation link revised
Co-authored-by: Ayu Adiati <[email protected]>
1 parent 35f5ff1 commit 2d600ea

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -231,16 +231,13 @@ const admins = getAdmins(members);
231231
console.log(admins);
232232
```
233233

234-
This demonstrates interfaces, arrays, generics, and type-safe filtering.
234+
<TextContainer>
235235

236-
</TextContainer>
236+
## Resources
237+
238+
- [TypeScript Official Documentation](https://www.typescriptlang.org/docs/)
239+
- [TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/intro.html)
237240

238-
<TextContainer background="light">
239-
## Resources - [TypeScript Official
240-
Documentation](https://www.typescriptlang.org/docs/) - [TypeScript
241-
Handbook](https://www.typescriptlang.org/docs/handbook/intro.html) - [Virtual
242-
Coffee Developer
243-
Resources](https://virtualcoffee.io/resources/developer-resources/)
244241
</TextContainer>
245242

246243
<TextContainer background="light">

0 commit comments

Comments
 (0)