diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 9ad5cae550b9..e3e76ad569b0 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -610,15 +610,15 @@ if ($settings['hash_salt']) { * * The options below return a simple, fast 404 page for URLs matching a * specific pattern: - * - $conf['system.performance]['fast_404']['exclude_paths']: A regular + * - $conf['system.performance']['fast_404']['exclude_paths']: A regular * expression to match paths to exclude, such as images generated by image * styles, or dynamically-resized images. If you need to add more paths, you * can add '|path' to the expression. - * - $conf['system.performance]['fast_404']['paths']: A regular expression to + * - $conf['system.performance']['fast_404']['paths']: A regular expression to * match paths that should return a simple 404 page, rather than the fully * themed 404 page. If you don't have any aliases ending in htm or html you * can add '|s?html?' to the expression. - * - $conf['system.performance]['fast_404']['html']: The html to return for + * - $conf['system.performance']['fast_404']['html']: The html to return for * simple 404 pages. * * Remove the leading hash signs if you would like to alter this functionality.