diff --git a/2-ui/3-event-details/4-mouse-drag-and-drop/article.md b/2-ui/3-event-details/4-mouse-drag-and-drop/article.md index 19ae03ee..54080d5d 100644 --- a/2-ui/3-event-details/4-mouse-drag-and-drop/article.md +++ b/2-ui/3-event-details/4-mouse-drag-and-drop/article.md @@ -184,7 +184,7 @@ The difference is especially noticeable if we drag the ball by its right-bottom In previous examples the ball could be dropped just "anywhere" to stay. In real-life we usually take one element and drop it onto another. For instance, a file into a folder, or a user into a trash can or whatever. -Abstractly, we take a "draggable" element and drop it onto "droppable" element. +In other words, we take a "draggable" element and drop it onto "droppable" element. We need to know the target droppable at the end of Drag'n'Drop -- to do the corresponding action, and, preferably, during the dragging process, to highlight it. @@ -211,7 +211,7 @@ For instance, below are two `