Skip to content
Snippets Groups Projects
Commit 00bf6b64 authored by Alexandru Munteanu's avatar Alexandru Munteanu
Browse files

Fix typo in sortablelist docs

parent 9304637e
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ const DragHandle = () => <div>Drag me!</div>
const ItemWithDragHandle = ({ dragHandle, ...rest }) => <div>
{dragHandle}
<span>Rest of the item' content.</span>
<span>Rest of the content.</span>
</div>
<SortableList
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment