Skip to content

Commit b11fbf0

Browse files
Update 2-ui/2-events/05-dispatch-events/article.md
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
1 parent c106ed0 commit b11fbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/2-events/05-dispatch-events/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let event = new Event(type[, options]);
1818

1919
Argomenti:
2020

21-
- *type* -- tipo dell'evento, una stringa come `"click"` oppure una personale come `"mio-evento"`.
21+
- *type* -- tipo dell'evento, una stringa come `"click"` oppure una personalizzata come `"mio-evento"`.
2222
- *options* -- l'oggetto con due proprietà opzionali:
2323
- `bubbles: true/false` -- se `true`, l'evento sarà soggetto a bubbling.
2424
- `cancelable: true/false` -- se `true`, "l'azione predefinita" può essere impedita. Successivamente vedremo cosa questo significhi per gli eventi personalizzati.

0 commit comments

Comments
 (0)