From 9b385168d07499fd44c3e1669c6d691a846bec50 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Thu, 3 Nov 2016 11:33:17 -0400 Subject: [PATCH] Spelling correction in MarkupRSS.module per @lesaff PR #26 --- wire/modules/Markup/MarkupRSS.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/modules/Markup/MarkupRSS.module b/wire/modules/Markup/MarkupRSS.module index ccf2ead7..ab1fec0e 100644 --- a/wire/modules/Markup/MarkupRSS.module +++ b/wire/modules/Markup/MarkupRSS.module @@ -291,7 +291,7 @@ class MarkupRSS extends WireData implements Module, ConfigurableModule { $f2a = $this->wire('modules')->get('InputfieldInteger'); $f2a->attr('name', 'itemDescriptionLength'); $f2a->attr('value', (int) $data['itemDescriptionLength']); - $f2a->label = "Maxmum Characters for Item Description Field"; + $f2a->label = "Maximum Characters for Item Description Field"; $f2a->description = "The item description will be truncated to be no longer than the max length provided. Specify '0' for no max length. When there is no max length, markup tags will not be stripped."; $f3 = $this->wire('modules')->get('InputfieldSelect');