diff --git a/radar/2017-03-01/typescript.md b/radar/2017-03-01/typescript.md index 70fd036..17b627c 100644 --- a/radar/2017-03-01/typescript.md +++ b/radar/2017-03-01/typescript.md @@ -13,7 +13,7 @@ JavaScript scoping, which led into recurring workarounds such as **var self = th In TypeScript **this** stays **this**, which leads to more readable and understandable code from an OOP perspective. -TypeScript continues to be actively developed by Microsoft and is also well-Integrated in today's IDEs. +TypeScript continues to be actively developed by Microsoft and is well-Integrated in today's IDEs. The excellent structure and the possibilities for extension make it a good choice to consider for larger JavaScript projects.