Skip to content

Commit 9ff7e2d

Browse files
authored
fix typo
1 parent be342e5 commit 9ff7e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

8-web-components/7-shadow-dom-events/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you click on the button, the messages are:
3535
1. Inner target: `BUTTON` -- internal event handler gets the correct target, the element inside shadow DOM.
3636
2. Outer target: `USER-CARD` -- document event handler gets shadow host as the target.
3737

38-
Event retargeting is a great thing to have, because the outer document doesn't have no know about component internals. From its point of view, the event happened on `<user-card>`.
38+
Event retargeting is a great thing to have, because the outer document doesn't have to know about component internals. From its point of view, the event happened on `<user-card>`.
3939

4040
**Retargeting does not occur if the event occurs on a slotted element, that physically lives in the light DOM.**
4141

0 commit comments

Comments
 (0)