Skip to content

Commit 5a72747

Browse files
committed
微修正
1 parent 01bda33 commit 5a72747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/render.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default function App() {
107107
108108
### 複数のルートのレンダー {/*rendering-multiple-roots*/}
109109
110-
あなたのページが[完全には React で構築されていない](/learn/add-react-to-an-existing-project#using-react-for-a-part-of-your-existing-page)場合、React が管理する UI の各トップレベルに対して `render` を呼び出します
110+
ページが[完全には React で構築されていない](/learn/add-react-to-an-existing-project#using-react-for-a-part-of-your-existing-page)場合、React に管理させたいトップレベルの UI パーツに対してそれぞれ `render` を呼び出すことができます
111111
112112
<Sandpack>
113113

0 commit comments

Comments
 (0)