Skip to content

Commit

Permalink
Update apps/site/pages/en/learn/typescript/introduction.md
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Muenzenmeyer <[email protected]>
Signed-off-by: Augustin Mauroy <[email protected]>
  • Loading branch information
AugustinMauroy and bmuenzenmeyer authored Sep 14, 2024
1 parent 461bbd5 commit 5b831b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/pages/en/learn/typescript/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors: sbielenica, ovflowd, vaishnav-mk, AugustinMauroy

**[TypeScript](https://www.typescriptlang.org)** is an open-source language maintained and developed by Microsoft. It's loved and used by a lot of software developers around the world.

Basically, TypeScript add adds additional syntax to JavaScript to support a tighter integration with your editor. Catch errors early in your editor or in your CI/CD pipeline, and write more maintainable code.
Basically, TypeScript adds additional syntax to JavaScript to support a tighter integration with your editor. Catch errors early in your editor or in your CI/CD pipeline, and write more maintainable code.

We can talk about other TypeScript benefits later, let's see some examples now!

Expand Down

0 comments on commit 5b831b7

Please sign in to comment.