Skip to content

Commit 7f8ef36

Browse files
CodinCatkazupon
authored andcommitted
Fix incorrect capital in comparison.md (#878)
1 parent 1d6daf2 commit 7f8ef36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This is due to React's many heavy invariant checks in development mode, which he
9797

9898
### HTML & CSS
9999

100-
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.
100+
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.
101101

102102
#### JSX vs Templates
103103

0 commit comments

Comments
 (0)