Skip to content

Commit e515f80

Browse files
authored
Update article.md
'well-thought' -> 'well thought out'
1 parent d75be14 commit e515f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ To stop the bubbling and prevent handlers on the current element from running, t
102102
```
103103

104104
```warn header="Don't stop bubbling without a need!"
105-
Bubbling is convenient. Don't stop it without a real need: obvious and architecturally well-thought.
105+
Bubbling is convenient. Don't stop it without a real need: obvious and architecturally well thought out.
106106
107107
Sometimes `event.stopPropagation()` creates hidden pitfalls that later may become problems.
108108

0 commit comments

Comments
 (0)