Not really a typo, just one region was mentioned twice,
/core/themes/classy/templates/layout/page.html.twig

* Regions:
* - page.header: Items for the header region.
* - page.highlighted: Items for the highlighted region.
* - page.primary_menu: Items for the primary menu region.
* - page.secondary_menu: Items for the secondary menu region.
* - page.highlighted: Items for the highlighted content region.
* - page.help: Dynamic help text, mostly for admin pages.
* - page.content: The main content of the current page.
* - page.sidebar_first: Items for the first sidebar.
* - page.sidebar_second: Items for the second sidebar.
* - page.footer: Items for the footer region.
* - page.breadcrumb: Items for the breadcrumb region.

Same typo was found in all available releases: 8.1.3, 8.1.x-dev and 8.2.x-dev

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tulvit created an issue. See original summary.

Ramdas Gaikar’s picture

Assigned: Unassigned » Ramdas Gaikar
Ramdas Gaikar’s picture

Status: Active » Needs review
FileSize
700 bytes

Hi tulvit,

Please check the below patch. It removes the duplicate region comment.

cilefen’s picture

Good, but let us keep the second one, "page.highlighted: Items for the highlighted content region." instead because that is what the system template reads.

Ramdas Gaikar’s picture

Done changes as mentioned in #4.

cilefen’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +Quick fix, +Documentation

  • Cottser committed 46efe01 on 8.2.x
    Issue #2760585 by Ramdas Gaikar, cilefen, tulvit: Typo in comments in...

  • Cottser committed ef415cf on 8.1.x
    Issue #2760585 by Ramdas Gaikar, cilefen, tulvit: Typo in comments in...
star-szr’s picture

Version: 8.1.3 » 8.1.x-dev
Status: Reviewed & tested by the community » Fixed

Committed and pushed 46efe01 to 8.2.x and ef415cf to 8.1.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.