diff --git a/CHANGELOG.md b/CHANGELOG.md index 22dd97eb..332498cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -117,7 +117,7 @@ - Fixes drag start concurrency (`delay` and `distance` options) - Fixes text in mirror blurry -- Fixes accidently append mirror +- Fixes accidentally append mirror ## v1.0.0-beta.10 - 2020-06-18 diff --git a/src/Draggable/Sensors/DragSensor/README.md b/src/Draggable/Sensors/DragSensor/README.md index c2596656..74da46f0 100644 --- a/src/Draggable/Sensors/DragSensor/README.md +++ b/src/Draggable/Sensors/DragSensor/README.md @@ -30,7 +30,7 @@ This value will delay touch start ### Known issues -The drag sensor uses the native Drag and Drop API and therefor Draggable does not create +The drag sensor uses the native Drag and Drop API and therefore Draggable does not create a mirror. This means there is less control over the mirror. ### Example