From 5b5d95cd2a8f8e20408a39755198c13f24b0521c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 31 Oct 2025 13:16:05 +0100 Subject: [PATCH] Fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f57f8a..2be6e4a 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ By Default: - AutoScroll is premounted and enabled. - OnSpill is premounted and NOT enabled. -- MultiDrag and Swap and NOT premounted and NOT enabled +- MultiDrag and Swap are NOT premounted and NOT enabled You must mount the plugin with sortable **ONCE ONLY**. @@ -295,7 +295,7 @@ Basically, the child updates the state twice. I'm working on this. #### What does work? -Our usage indicates that as long as we only move items between lists that don't use the same `setState` function. +Our usage indicates that things work fine as long as we only move items between lists that don't use the same `setState` function. I hope to provide an example soon.