Skip to content

Commit 0895276

Browse files
authored
Merge pull request #1824 from leviding/patch-10
Fix minor type errer: delete one space
2 parents 8cf89b3 + da3303b commit 0895276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/2-events/04-default-browser-action/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The property `event.defaultPrevented` is `true` if the default action was preven
113113

114114
There's an interesting use case for it.
115115

116-
You remember in the chapter <info:bubbling-and-capturing> we talked about `event.stopPropagation()` and why stopping bubbling is bad?
116+
You remember in the chapter <info:bubbling-and-capturing> we talked about `event.stopPropagation()` and why stopping bubbling is bad?
117117

118118
Sometimes we can use `event.defaultPrevented` instead, to signal other event handlers that the event was handled.
119119

0 commit comments

Comments
 (0)