From 05fbc52f23ebfd4a813a253679effcf8780f4c79 Mon Sep 17 00:00:00 2001 From: webchick Date: Sun, 27 Oct 2013 16:42:03 -0700 Subject: [PATCH] Issue #2121839 by brantwynn: Fixed Typo: 'Creation' not 'creaation' in custom_block().module docblock. --- core/modules/block/custom_block/custom_block.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/block/custom_block/custom_block.module b/core/modules/block/custom_block/custom_block.module index 03d984000b5..2e44de60064 100644 --- a/core/modules/block/custom_block/custom_block.module +++ b/core/modules/block/custom_block/custom_block.module @@ -2,7 +2,7 @@ /** * @file - * Allows the creaation of custom blocks through the user interface. + * Allows the creation of custom blocks through the user interface. */ use Drupal\custom_block\Entity\CustomBlockType;