Skip to content

Commit

Permalink
Missing comma in Overview example
Browse files Browse the repository at this point in the history
  • Loading branch information
sdd committed Jun 21, 2016
1 parent aff817f commit 3e6c0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/00 Quick Start/Overview.md
Expand Up @@ -195,7 +195,7 @@ class YourComponent {
}

export default flow(
DragSource(/* ... */)
DragSource(/* ... */),
DropTarget(/* ... */)
)(YourComponent);
```
Expand Down

0 comments on commit 3e6c0ae

Please sign in to comment.