Skip to content

Commit 9f40d55

Browse files
Update 2-ui/2-events/02-bubbling-and-capturing/article.md
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
1 parent f142dbe commit 9f40d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/2-events/02-bubbling-and-capturing/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Questo gestore è assegnato al `<div>`, ma viene eseguito anche se clicchiamo qu
1010
</div>
1111
```
1212

13-
Non è un po' strano? Perché il gestore su `<div>` viene eseguito se il click è su`<em>`?
13+
Non è un po' strano? Perché il gestore su `<div>` viene eseguito se il click è su `<em>`?
1414

1515
## Bubbling
1616

0 commit comments

Comments
 (0)