From 4318a6c340f658b69cf3da579a4bf3ae207bde24 Mon Sep 17 00:00:00 2001 From: Taylor Edmiston Date: Sat, 19 Nov 2016 21:27:40 -0500 Subject: [PATCH] Fix pluralization typo in comparison doc Just a one-character change of a minor 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 595944af97..e762aba3be 100644 --- a/src/v2/guide/comparison.md +++ b/src/v2/guide/comparison.md @@ -89,7 +89,7 @@ This means updates in unoptimized Vue will be much faster than unoptimized React #### In Development -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. +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. 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.