Issue #2121839 by brantwynn: Fixed Typo: 'Creation' not 'creaation' in custom_block().module docblock.
parent
31ec62abfc
commit
05fbc52f23
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue