From 5e69406cb9b93ffba6891845141eb62ba9682637 Mon Sep 17 00:00:00 2001 From: Martonveghcode Date: Mon, 6 Jul 2026 18:40:24 +0200 Subject: [PATCH] Fix documentation typos --- CHANGELOG.md | 2 +- src/Draggable/Sensors/DragSensor/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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