We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dc501 commit 4d3783cCopy full SHA for 4d3783c
content/docs/jsx-in-depth.md
@@ -101,7 +101,7 @@ function BlueDatePicker() {
101
```js{3,4,10,11}
102
import React from 'react';
103
104
-// 間違った例。これはコンポーネントなので、大文字ではじめなければ行けません。
+// 間違った例。これはコンポーネントなので、大文字ではじめなければいけません。
105
function hello(props) {
106
// 正しい例。div は HTML タグなので、<div> と書くのは正解です。
107
return <div>Hello {props.toWhat}</div>;
0 commit comments