Skip to content

Commit 80d6e28

Browse files
Update 2-ui/2-events/01-introduction-browser-events/article.md
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
1 parent d593c68 commit 80d6e28

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/2-events/01-introduction-browser-events

1 file changed

+1
-1
lines changed

2-ui/2-events/01-introduction-browser-events/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Per rimuovere l'evento, si usa `removeEventListener`:
231231
element.removeEventListener(event, handler, [options]);
232232
```
233233

234-
````warn header="La rimozione prevede la stessa identica funzione"
234+
````warn header="La rimozione richiede la stessa identica funzione"
235235
Per rimuovere un gestore dobbiamo passare come parametro, la stessa funzione che abbiamo usato per l'assegnazione.
236236
237237
Il seguente codice non fa quello che ci aspetteremmo:

0 commit comments

Comments
 (0)