Skip to content

Commit 31f732b

Browse files
tedmistonyyx990803
authored andcommitted
Fix pluralization typo in comparison doc (#596)
Just a one-character change of a minor typo.
1 parent 849c884 commit 31f732b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/v2/guide/comparison.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This means updates in unoptimized Vue will be much faster than unoptimized React
8989

9090
#### In Development
9191

92-
While performance in production is the more important metrics as it is directly associated with end-user experience, performance in development still matters because it is associated with the developer experience.
92+
While performance in production is the more important metric as it is directly associated with end-user experience, performance in development still matters because it is associated with the developer experience.
9393

9494
Both Vue and React remain fast enough in development for most normal applications. However, when prototyping high frame-rate data visualizations or animations, we've seen cases of Vue handling 10 frames per second in development while React dropping to about 1 frame per second.
9595

0 commit comments

Comments
 (0)