Skip to content

Commit 66287e1

Browse files
authored
Remove trailing comma
1 parent 2793656 commit 66287e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/portals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ render() {
3535
// `domNode` is any valid DOM node, regardless of its location in the DOM.
3636
return ReactDOM.createPortal(
3737
this.props.children,
38-
domNode,
38+
domNode
3939
);
4040
}
4141
```

0 commit comments

Comments
 (0)