Skip to content

Commit 8e2ea82

Browse files
scottbedardchrisvfritz
authored andcommitted
Fix typo (vuejs#934)
1 parent 197a9e8 commit 8e2ea82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/comparison.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ We have a separate section for the new Angular because it really is a completely
164164

165165
### TypeScript
166166

167-
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#.
167+
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#.
168168

169169
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.
170170

0 commit comments

Comments
 (0)