diff --git a/core/modules/block/block.install b/core/modules/block/block.install index 83a82b5..2a6de7a 100644 --- a/core/modules/block/block.install +++ b/core/modules/block/block.install @@ -2,7 +2,7 @@ /** * @file - * Install, update and uninstall functions for the Block module. + * Install, update, and uninstall functions for the Block module. */ /** @@ -21,7 +21,7 @@ function block_update_8001() { 'user' => 'user.current_user_context', ]; - // Provides a list of plugin lables, keyed by plugin ID. + // Provides a list of plugin labels, keyed by plugin ID. $condition_plugin_id_label_map = array_map(function($definition) { return $definition['label']; }, \Drupal::service('plugin.manager.condition')->getDefinitions());