We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01bda33 commit 5a72747Copy full SHA for 5a72747
src/content/reference/react-dom/render.md
@@ -107,7 +107,7 @@ export default function App() {
107
108
### 複数のルートのレンダー {/*rendering-multiple-roots*/}
109
110
-あなたのページが[完全には React で構築されていない](/learn/add-react-to-an-existing-project#using-react-for-a-part-of-your-existing-page)場合、React が管理する UI の各トップレベルに対して `render` を呼び出します。
+ページが[完全には React で構築されていない](/learn/add-react-to-an-existing-project#using-react-for-a-part-of-your-existing-page)場合、React に管理させたいトップレベルの UI パーツに対してそれぞれ `render` を呼び出すことができます。
111
112
<Sandpack>
113
0 commit comments