Skip to content

Commit cd928c4

Browse files
Update 2-ui/2-events/01-introduction-browser-events/04-move-ball-field/solution.md
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
1 parent 153e5c3 commit cd928c4

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/2-events/01-introduction-browser-events/04-move-ball-field

1 file changed

+1
-1
lines changed

2-ui/2-events/01-introduction-browser-events/04-move-ball-field/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ let left = event.clientX - fieldCoords.left - field.clientLeft - ball.offsetWidt
4949

5050
Le coordinate in verticale vengono calcolate usando la stessa logica.
5151

52-
Nota bene che larghezza e altezza della palla devono essere noti nel momento in cui accediamo a `ball.offsetWidth`. Dovrebbe essere specificato nell'HTML o nel CSS.
52+
Nota bene che larghezza e altezza della palla devono essere note nel momento in cui accediamo a `ball.offsetWidth`. Dovrebbero essere specificate nell'HTML o nel CSS.

0 commit comments

Comments
 (0)