Skip to content

Commit

Permalink
[3.9.26] typos (#33121)
Browse files Browse the repository at this point in the history
Fix obvious typos/spelling
  • Loading branch information
brianteeman committed Apr 13, 2021
1 parent 10f8eb4 commit d105adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/src/Form/Rule/ModuleLayoutRule.php
Expand Up @@ -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
Expand Down

0 comments on commit d105adf

Please sign in to comment.