8000 Fix a typo in comparison.md · louwers/vuejs.org@e068ba4 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit e068ba4

Browse files
committed
Fix a typo in comparison.md
The new text ("suffers from the same performance issues as Angular") sounds a bit more natural than the previous version.
1 parent adbc83e commit e068ba4

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
@@ -72,4 +72,4 @@ Riot 2.0 provides a similar component-based development model (which is called a
7272
- A far-more powerful router (Riot’s routing API is just way too minimal)
7373
- More mature tooling support (see webpack + vue-loader)
7474
- Transition effect system (Riot has none)
75-
- Better performance. (Riot in fact uses dirty checking rather than a virtual-dom, and thus suffers from the same performance issues with Angular.)
75+
- Better performance. (Riot in fact uses dirty checking rather than a virtual-dom, and thus suffers from the same performance issues as Angular.)

0 commit comments

Comments
 (0)
0