From b8a6c4ad99e8855676da0bea376e07069d95ebff Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Tue, 13 Apr 2021 16:09:08 +0100 Subject: [PATCH] [3.9.26] typos Fix obvious typos/spelling --- libraries/src/Form/Rule/ModuleLayoutRule.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/src/Form/Rule/ModuleLayoutRule.php b/libraries/src/Form/Rule/ModuleLayoutRule.php index e53c00713acee..39bf263ec742c 100644 --- a/libraries/src/Form/Rule/ModuleLayoutRule.php +++ b/libraries/src/Form/Rule/ModuleLayoutRule.php @@ -25,9 +25,9 @@ class ModuleLayoutRule extends FormRule * A valid module layout field value consists of * - optionally a template name with only characters, numbers, hypens and * underscores, which can also be just "_" for layouts provided by the - * module, followed by a colon + * module, followed by a colon. * - the base name of the layout file, not starting with a dot and with - * only characters, numbers, dots and hypens but no underscores (see + * only characters, numbers, dots and hyphens but no underscores (see * method "getInput" of the "ModuleLayout" field). * * @var string