Skip to content

Commit 4d3783c

Browse files
authored
Fix typo (#365)
1 parent a8dc501 commit 4d3783c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/jsx-in-depth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function BlueDatePicker() {
101101
```js{3,4,10,11}
102102
import React from 'react';
103103
104-
// 間違った例。これはコンポーネントなので、大文字ではじめなければ行けません
104+
// 間違った例。これはコンポーネントなので、大文字ではじめなければいけません
105105
function hello(props) {
106106
// 正しい例。div は HTML タグなので、<div> と書くのは正解です。
107107
return <div>Hello {props.toWhat}</div>;

0 commit comments

Comments
 (0)