From 9ea8db7383dfb54ff8a6e2b895bc9a08f7d9e79b Mon Sep 17 00:00:00 2001 From: Scott Bedard Date: Fri, 2 Jun 2017 16:34:15 -0700 Subject: [PATCH] Fix typo --- src/v2/guide/comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/comparison.md b/src/v2/guide/comparison.md index 1b22f7b0f7..77fec29125 100644 --- a/src/v2/guide/comparison.md +++ b/src/v2/guide/comparison.md @@ -164,7 +164,7 @@ We have a separate section for the new Angular because it really is a completely ### TypeScript -Angular essentially requires using TypeScript, given that almost all its documentation and learning resources are TypeScript-based. TypeScript has its obvious benefits - static type checking can be very useful for large-scale applications, and can be a big productivity boost for developers which backgrounds in Java and C#. +Angular essentially requires using TypeScript, given that almost all its documentation and learning resources are TypeScript-based. TypeScript has its obvious benefits - static type checking can be very useful for large-scale applications, and can be a big productivity boost for developers with backgrounds in Java and C#. However, not everyone wants to use TypeScript. In many smaller-scale use cases, introducing a type system may result in more overhead than productivity gain. In those cases you'd be better off going with Vue instead, since using Angular without TypeScript can be challenging.