Skip to content

Commit 7e4f503

Browse files
authored
Remove comma from the portal snippet example (#2852)
1 parent e9cdc81 commit 7e4f503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/portals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class Modal extends React.Component {
9797
render() {
9898
return ReactDOM.createPortal(
9999
this.props.children,
100-
this.el,
100+
this.el
101101
);
102102
}
103103
}

0 commit comments

Comments
 (0)