Skip to content

Commit

Permalink
Fix portal link (#10845)
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite authored and gaearon committed Sep 26, 2017
1 parent 8b39991 commit 706d2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/portals.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Portals provide a first-class way to render children into a DOM node that exists
ReactDOM.createPortal(child, container)
```

The first argument (`child`) is any [renderable React child](/docs/react-component.html#render), such as an element, string, or fragment. The second argument (`container`) is a DOM element.
The first argument (`child`) is any [renderable React child](/react/docs/react-component.html#render), such as an element, string, or fragment. The second argument (`container`) is a DOM element.

## Usage

Expand Down

0 comments on commit 706d2f4

Please sign in to comment.