Issue #2121839 by brantwynn: Fixed Typo: 'Creation' not 'creaation' in custom_block().module docblock.

8.0.x
webchick 2013-10-27 16:42:03 -07:00
parent 31ec62abfc
commit 05fbc52f23
1 changed files with 1 additions and 1 deletions

View File

@ -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;