From 19127b1dcdc18979dcc050f366dacffa439d88bf Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Mon, 8 Mar 2021 23:47:22 +0100 Subject: [PATCH] Fix deep link Fix the deep link to the fifth example. --- files/en-us/web/api/event/stoppropagation/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/event/stoppropagation/index.html b/files/en-us/web/api/event/stoppropagation/index.html index f327286590e1be7..95ccef97c2d2891 100644 --- a/files/en-us/web/api/event/stoppropagation/index.html +++ b/files/en-us/web/api/event/stoppropagation/index.html @@ -35,7 +35,7 @@

Return value

Examples

See Example 5: Event + href="/en-US/docs/DOM/DOM_Reference/Examples#example_5_event_propagation">Event Propagation in the Examples chapter for a more detailed example of this method and event propagation in the DOM.