We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e33c35 commit c0fe009Copy full SHA for c0fe009
content/docs/portals.md
@@ -10,7 +10,7 @@ permalink: docs/portals.html
10
ReactDOM.createPortal(child, container)
11
```
12
13
-第1引数 (`child`) は[React の子要素としてレンダー可能なもの](/docs/react-component.html#render)なら何でもよく、要素、文字列、フラグメントがそれに当たります。第2引数 (`container`) は DOM 要素を指定します。
+第 1 引数 (`child`) は [React の子要素としてレンダー可能なもの](/docs/react-component.html#render)なら何でもよく、要素、文字列、フラグメントがそれに当たります。第 2 引数 (`container`) は DOM 要素を指定します。
14
15
## 使い方
16
0 commit comments