diff --git a/content/docs/portals.md b/content/docs/portals.md index 65012139..16e90b2e 100644 --- a/content/docs/portals.md +++ b/content/docs/portals.md @@ -97,7 +97,7 @@ class Modal extends React.Component { render() { return ReactDOM.createPortal( this.props.children, - this.el, + this.el ); } }