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

    diff --git a/files/en-us/web/api/window/getcomputedstyle/index.html b/files/en-us/web/api/window/getcomputedstyle/index.html index 11381bcb1151c42..ad659d6fa8ec3ff 100644 --- a/files/en-us/web/api/window/getcomputedstyle/index.html +++ b/files/en-us/web/api/window/getcomputedstyle/index.html @@ -20,8 +20,9 @@

    Syntax

    -
    var style = window.getComputedStyle(element [, pseudoElt]);
    +
    window.getComputedStyle(element);
    +window.getComputedStyle(element, pseudoElt);
    +
    element