Skip to content

Commit 45445f1

Browse files
kaschrisvfritz
authored andcommitted
minor grammar fix (vuejs#324)
* minor grammar fix * Update comparison.md
1 parent 9017b99 commit 45445f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ order: 19
88

99
There are a few reasons to use Vue over Angular, although they might not apply for everyone:
1010

11-
- Vue.js is much simpler than Angular, both in terms of API and design. You can learn almost everything about it really fast and get productive.
11+
- Vue.js is much simpler than Angular, both in terms of API and design. You can learn nearly everything about it quickly and become productive.
1212

1313
- Vue.js is a more flexible, less opinionated solution. That allows you to structure your app the way you want it to be, instead of being forced to do everything the Angular way. It's only an interface layer so you can use it as a light feature in pages instead of a full blown SPA. It gives you bigger room to mix and match with other libraries, but you are also responsible for making more architectural decisions. For example, Vue.js' core doesn't come with routing or ajax functionalities by default, and usually assumes you are building the application using an external module bundler. This is probably the most important distinction.
1414

0 commit comments

Comments
 (0)