Skip to content

Commit b4cb5b5

Browse files
authored
Merge pull request reactjs#702 from g-akshay/patch-1
Remove trailing comma
2 parents 2793656 + 66287e1 commit b4cb5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)