Skip to content

Commit

Permalink
数字の前後にスペースが抜けていたので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
fsubal committed Feb 2, 2019
1 parent 6e33c35 commit 6ee9867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/portals.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permalink: docs/portals.html
ReactDOM.createPortal(child, container)
```

第1引数 (`child`) は[React の子要素としてレンダー可能なもの](/docs/react-component.html#render)なら何でもよく、要素、文字列、フラグメントがそれに当たります。第2引数 (`container`) は DOM 要素を指定します。
第 1 引数 (`child`) は[React の子要素としてレンダー可能なもの](/docs/react-component.html#render)なら何でもよく、要素、文字列、フラグメントがそれに当たります。第 2 引数 (`container`) は DOM 要素を指定します。

## 使い方

Expand Down

0 comments on commit 6ee9867

Please sign in to comment.