Skip to content

Commit 5b831b7

Browse files
Update apps/site/pages/en/learn/typescript/introduction.md
Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com> Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
1 parent 461bbd5 commit 5b831b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/typescript/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors: sbielenica, ovflowd, vaishnav-mk, AugustinMauroy
1010

1111
**[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.
1212

13-
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.
13+
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.
1414

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

0 commit comments

Comments
 (0)