From 6fbd32ae2ed5cade8eb9319ac461b8f328c79f25 Mon Sep 17 00:00:00 2001 From: CodinCat Date: Thu, 20 Apr 2017 18:05:36 +0800 Subject: [PATCH] Fix incorrect capital in comparison.md --- 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 e123ed5ec3..e8b46585c0 100644 --- a/src/v2/guide/comparison.md +++ b/src/v2/guide/comparison.md @@ -97,7 +97,7 @@ This is due to React's many heavy invariant checks in development mode, which he ### HTML & CSS -In React, everything is Just JavaScript, which sounds very simple and elegant - until you dig deeper. The unfortunate reality is that reinventing HTML and CSS within JavaScript, while solving some issues of the traditional model, can also cause pain of its own. In Vue, we instead embrace web technologies and build on top of them. To show you what that means, we'll dive into some examples. +In React, everything is just JavaScript, which sounds very simple and elegant - until you dig deeper. The unfortunate reality is that reinventing HTML and CSS within JavaScript, while solving some issues of the traditional model, can also cause pain of its own. In Vue, we instead embrace web technologies and build on top of them. To show you what that means, we'll dive into some examples. #### JSX vs Templates