Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _articles/scripting/Typescript/typescript-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Typescript can work well with most editors using plugins, however, [VSCode](http

<StaticVideo path="videos/ts_example.mp4" controls="true" />

### Pros anc Cons for using Typescript
### Pros and Cons for using Typescript

**Pros:**
* Enforces types, prevents you from using irrelevant functions.
Expand Down
Loading