diff --git a/core/modules/block_content/src/BlockContentStorageSchema.php b/core/modules/block_content/src/BlockContentStorageSchema.php index 4d10586..18b5443 100644 --- a/core/modules/block_content/src/BlockContentStorageSchema.php +++ b/core/modules/block_content/src/BlockContentStorageSchema.php @@ -38,4 +38,4 @@ protected function getEntitySchema(ContentEntityTypeInterface $entity_type, $res return $schema; } -} \ No newline at end of file +} diff --git a/core/modules/block_content/src/Tests/Update/BlockContentUpdateTest.php b/core/modules/block_content/src/Tests/Update/BlockContentUpdateTest.php index 5557b77..5415d5a 100644 --- a/core/modules/block_content/src/Tests/Update/BlockContentUpdateTest.php +++ b/core/modules/block_content/src/Tests/Update/BlockContentUpdateTest.php @@ -21,7 +21,7 @@ protected function setDatabaseDumpFiles() { } /** - * Tests adding a status field to the block content entuty type. + * Tests adding a status field to the block content entity type. * * @see block_content_update_8004() */