Skip to content

Commit 3264c4b

Browse files
authored
typo
1 parent 33f8b4c commit 3264c4b

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/3-event-details/4-mouse-drag-and-drop

1 file changed

+1
-1
lines changed

2-ui/3-event-details/4-mouse-drag-and-drop/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Let's update our algorithm:
124124

125125
```js
126126
// onmousemove
127-
// ball has position:absoute
127+
// ball has position:absolute
128128
ball.style.left = event.pageX - *!*shiftX*/!* + 'px';
129129
ball.style.top = event.pageY - *!*shiftY*/!* + 'px';
130130
```

0 commit comments

Comments
 (0)