From af950078ed001757fab7ab1ab801f7a0d26d2153 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 24 Jun 2022 13:32:16 -0400 Subject: [PATCH] Typo fix in module description for PagePathHistory --- wire/modules/PagePathHistory.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/modules/PagePathHistory.module b/wire/modules/PagePathHistory.module index a472d82e..ab5da255 100644 --- a/wire/modules/PagePathHistory.module +++ b/wire/modules/PagePathHistory.module @@ -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, );