diff --git a/core/modules/system/templates/admin-block.html.twig b/core/modules/system/templates/admin-block.html.twig index c74e90d..4c305c2 100644 --- a/core/modules/system/templates/admin-block.html.twig +++ b/core/modules/system/templates/admin-block.html.twig @@ -5,11 +5,11 @@ * * Available variables: * - block: An array of information about the block, including: - * - show: A boolean flag indicating if the block should be displayed. + * - show: A flag indicating if the block should be displayed. * - title: The block title. * - content: (optional) The content of the block. * - description: (optional) A description of the block. - * (description should only be output if content is not available). + * (Description should only be output if content is not available). * * @ingroup themeable */