Skip to content

Commit

Permalink
docs: typo in dragAndDrop plugin README (jquense#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
bs85 authored and jquense committed Nov 17, 2018
1 parent 5a432de commit 27a2656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addons/dragAndDrop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ return (
<DraggableCalendar
localizer={myLocalizer}
events={events}
dragAccessor="isDraggable"
draggableAccessor={event => true}
/>
)
```

0 comments on commit 27a2656

Please sign in to comment.