Skip to content

Commit 6227bb3

Browse files
merging all conflicts
2 parents b961cc1 + 6dea652 commit 6227bb3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The documentation is divided into several sections with a different tone and pur
5757

5858
## Translation
5959

60-
If you are interesting in translating `reactjs.org`, please see the current translation efforts at [isreactreadyyet.com](https://www.isreactreadyyet.com).
60+
If you are interesting in translating `reactjs.org`, please see the current translation efforts at [isreacttranslatedyet.com](https://www.isreacttranslatedyet.com/).
6161

6262

6363
If your language does not have a translation and you would like to create one, please follow the instructions at [reactjs.org Translations](https://github.com/reactjs/reactjs.org-translation#translating-reactjsorg).

content/docs/components-and-props.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,11 @@ ReactDOM.render(
8989
>
9090
>React は小文字で始まるコンポーネントを DOM タグとして扱います。例えば、`<div />` は HTML の div タグを表しますが、`<Welcome />` はコンポーネントを表しており、スコープ内に `Welcome` が存在する必要があります。
9191
>
92+
<<<<<<< HEAD
9293
>この規約の背後にある理由については[こちら](/docs/jsx-in-depth.html#user-defined-components-must-be-capitalized)で読むことができます。
94+
=======
95+
>To learn more about the reasoning behind this convention, please read [JSX In Depth](/docs/jsx-in-depth.html#user-defined-components-must-be-capitalized).
96+
>>>>>>> 6dea652a709af39e90a88be45f0f45849ab29d17
9397
9498
## コンポーネントを組み合わせる {#composing-components}
9599

0 commit comments

Comments
 (0)