From fe00ad778156e818bc02d2a5bc496acf977481e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20He=C3=9F?= <44900696+CreaTorAlexander@users.noreply.github.com> Date: Wed, 24 Feb 2021 15:41:31 +0100 Subject: [PATCH 1/2] Updated Typo Fixes #2658 --- .../document_and_website_structure/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/learn/html/introduction_to_html/document_and_website_structure/index.html b/files/en-us/learn/html/introduction_to_html/document_and_website_structure/index.html index 83271908e0c8f16..2474d17b01459c4 100644 --- a/files/en-us/learn/html/introduction_to_html/document_and_website_structure/index.html +++ b/files/en-us/learn/html/introduction_to_html/document_and_website_structure/index.html @@ -178,7 +178,7 @@

HTML layout elements in more detail
  • {{HTMLElement('footer')}} represents a group of end content for a page.
  • -

    Each of the aformentioned elements can be clicked on to read the corresponding article in the "HTML element reference" section, providing more detail about each one.

    +

    Each of the aforementioned elements can be clicked on to read the corresponding article in the "HTML element reference" section, providing more detail about each one.

    Non-semantic wrappers

    From 94a6838c74cf2d8ce41f1f4ccb258a304012d2c1 Mon Sep 17 00:00:00 2001 From: alexanderhess Date: Tue, 9 Mar 2021 20:56:09 +0100 Subject: [PATCH 2/2] removed const n = 15, Fixes #2966 --- .../web/javascript/reference/global_objects/object/is/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/files/en-us/web/javascript/reference/global_objects/object/is/index.html b/files/en-us/web/javascript/reference/global_objects/object/is/index.html index 2f73243b3634c5e..77e41660fcda98e 100644 --- a/files/en-us/web/javascript/reference/global_objects/object/is/index.html +++ b/files/en-us/web/javascript/reference/global_objects/object/is/index.html @@ -95,7 +95,6 @@

    Using Object.is

    Object.is(0, -0); // false Object.is(+0, -0); // false Object.is(-0, -0); // true -const n = 15; Object.is(0n, -0n); // true // Case 3: NaN