From f80b4746a0737ede26aca1d697dae77fd112ec13 Mon Sep 17 00:00:00 2001 From: Viral-Inc Date: Wed, 14 Jun 2017 13:39:40 -0400 Subject: [PATCH] current the >> the current --- docs/03 Monitoring State/DragSourceMonitor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03 Monitoring State/DragSourceMonitor.md b/docs/03 Monitoring State/DragSourceMonitor.md index d7d9828e0e..e1ceec2c86 100644 --- a/docs/03 Monitoring State/DragSourceMonitor.md +++ b/docs/03 Monitoring State/DragSourceMonitor.md @@ -25,6 +25,6 @@ DragSourceMonitor * **`getClientOffset()`**: Returns the last recorded `{ x, y }` client offset of the pointer while a drag operation is in progress. Returns `null` if no item is being dragged. -* **`getDifferenceFromInitialOffset()`**: Returns the `{ x, y }` difference between the last recorded client offset of the pointer and the client offset when current the drag operation has started. Returns `null` if no item is being dragged. +* **`getDifferenceFromInitialOffset()`**: Returns the `{ x, y }` difference between the last recorded client offset of the pointer and the client offset when the current drag operation has started. Returns `null` if no item is being dragged. * **`getSourceClientOffset()`**: Returns the projected `{ x, y }` client offset of the drag source component's root DOM node, based on its position at the time when the current drag operation has started, and the movement difference. Returns `null` if no item is being dragged.