From d6cb1f087fa83b47161e96c9dbde6bd512f6063a Mon Sep 17 00:00:00 2001 From: Tim O'Haver <64042475+timohaver@users.noreply.github.com> Date: Mon, 1 Mar 2021 11:37:23 -0500 Subject: [PATCH] Update index.html favour -> favor --- files/en-us/web/guide/events/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/guide/events/index.html b/files/en-us/web/guide/events/index.html index 803e986a9b3d6ca..5ad653e75f1a2af 100644 --- a/files/en-us/web/guide/events/index.html +++ b/files/en-us/web/guide/events/index.html @@ -33,7 +33,7 @@
  • both touch events and the earlier mozilla experimental touch events, now deprecated.
  • -

    The modification of the web page in structure or content might trigger some events, as explained in the mutation events page, but the use of these events has been deprecated in favour of the lighter Mutation Observer approach.

    +

    The modification of the web page in structure or content might trigger some events, as explained in the mutation events page, but the use of these events has been deprecated in favor of the lighter Mutation Observer approach.

    The media streams embedded in the HTML documents might trigger some events, as explained in the media events page.