1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-12 17:54:44 +02:00

Typo fix in module description for PagePathHistory

This commit is contained in:
Ryan Cramer
2022-06-24 13:32:16 -04:00
parent f4b938146d
commit af950078ed

View File

@@ -22,7 +22,7 @@ class PagePathHistory extends WireData implements Module, ConfigurableModule {
return array(
'title' => 'Page Path History',
'version' => 8,
'summary' => "Keeps track of past URLs where pages have lived and automatically redirects (301 permament) to the new location whenever the past URL is accessed.",
'summary' => "Keeps track of past URLs where pages have lived and automatically redirects (301 permanent) to the new location whenever the past URL is accessed.",
'singular' => true,
'autoload' => true,
);