Problem/Motivation

Improve documentation. The typo was introduced in the following issue: #1934716: [Followup] Merge system.fast_404 config object into system.performance

 * - $conf['system.performance]['fast_404']['exclude_paths']...
...
 * - $conf['system.performance]['fast_404']['paths']...
...
 * - $conf['system.performance]['fast_404']['html']...

Should be:

 * - $conf['system.performance']['fast_404']['exclude_paths']...
...
 * - $conf['system.performance']['fast_404']['paths']...
...
 * - $conf['system.performance']['fast_404']['html']...

Proposed resolution

Supply patch.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nlisgo created an issue. See original summary.

nlisgo’s picture

 * - $conf['system.performance]['fast_404']['exclude_paths']...
...
 * - $conf['system.performance]['fast_404']['paths']...
...
 * - $conf['system.performance]['fast_404']['html']...

Should be:

 * - $conf['system.performance']['fast_404']['exclude_paths']...
...
 * - $conf['system.performance']['fast_404']['paths']...
...
 * - $conf['system.performance']['fast_404']['html']...
nlisgo’s picture

Issue summary: View changes
nlisgo’s picture

Status: Active » Needs review
FileSize
1.26 KB
stefan.r’s picture

Status: Needs review » Reviewed & tested by the community

Looks good!

stefan.r’s picture

Issue tags: +Quickfix
stefan.r’s picture

Assigned: nlisgo » Unassigned
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 690bbac and pushed to 8.0.x. Thanks!

  • alexpott committed 690bbac on 8.0.x
    Issue #2548907 by nlisgo: Typo in 'Fast 404 pages' section of default....

Status: Fixed » Closed (fixed)

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