Skip to content

Commit aa7c276

Browse files
ChangJoo Park(박창주)kazupon
ChangJoo Park(박창주)
authored andcommitted
Uppercase S (#631)
This is only one lower case in entire documents.
1 parent 3b139a6 commit aa7c276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/comparison.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ In React, everything is Just JavaScript, which sounds very simple and elegant -
101101

102102
#### JSX vs Templates
103103

104-
In React, all components express their UI within render functions using JSX, a declarative XML-like syntax that works within Javascript. Here's an example, [vetted by the React community](https://github.com/vuejs/vuejs.org/issues/364#issuecomment-244582684):
104+
In React, all components express their UI within render functions using JSX, a declarative XML-like syntax that works within JavaScript. Here's an example, [vetted by the React community](https://github.com/vuejs/vuejs.org/issues/364#issuecomment-244582684):
105105

106106
``` jsx
107107
render () {

0 commit comments

Comments
 (0)