Browse Source

Remove trailing comma

main
G Akshay 7 years ago
committed by GitHub
parent
commit
66287e122b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/portals.md

2
content/docs/portals.md

@ -35,7 +35,7 @@ render() {
// `domNode` is any valid DOM node, regardless of its location in the DOM.
return ReactDOM.createPortal(
this.props.children,
domNode,
domNode
);
}
```

Loading…
Cancel
Save