Update article.md

'well-thought' -> 'well thought out'
This commit is contained in:
Peter Roche 2019-11-15 23:52:04 -07:00 committed by GitHub
parent d75be14959
commit e515f80a9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ To stop the bubbling and prevent handlers on the current element from running, t
```
```warn header="Don't stop bubbling without a need!"
Bubbling is convenient. Don't stop it without a real need: obvious and architecturally well-thought.
Bubbling is convenient. Don't stop it without a real need: obvious and architecturally well thought out.
Sometimes `event.stopPropagation()` creates hidden pitfalls that later may become problems.