Skip to content

Commit

Permalink
Fix typo in tutorial html5Backend -> HTML5Backend (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRobinson- authored and darthtrevino committed May 29, 2019
1 parent f4193c3 commit 1068068
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ import HTML5Backend from 'react-dnd-html5-backend'
function Board() {
/* ... */
return (
<DragDropContextProvider backend={html5Backend}>
<DragDropContextProvider backend={HTML5Backend}>
...
</DragDropContextProvider>
)
Expand Down

0 comments on commit 1068068

Please sign in to comment.