diff --git a/core/includes/theme.inc b/core/includes/theme.inc index a16ca14..600b445 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -2436,7 +2436,7 @@ function theme_feed_icon($variables) { * - #tag: The tag name to output. Typical tags added to the HTML HEAD: * - meta: Used to provide meta information, such as a page refresh. * - link: Used to refer to stylesheets and other contextual information. - * - script: Use for loading JavaScript. + * - script: Used for loading JavaScript. * - #attributes: (optional) An array of HTML attributes to apply to the * tag. * - #value: (optional) A string containing tag content, such as inline CSS. diff --git a/core/modules/system/templates/html-tag.html.twig b/core/modules/system/templates/html-tag.html.twig index 446e36b..a917cc3 100644 --- a/core/modules/system/templates/html-tag.html.twig +++ b/core/modules/system/templates/html-tag.html.twig @@ -6,7 +6,7 @@ * - tag: The tag name to output. Typical tags added to the HTML : * - meta: Used to provide meta information, such as a page refresh. * - link: Used to refer to stylesheets and other contextual information. - * - script: Use for loading JavaScript. + * - script: Used for loading JavaScript. * - attributes: (optional) Remaining HTML attributes to apply to the tag. * - value: (optional) The tag content, such as inline CSS. * - value_prefix: (optional) Prepend this to 'value', e.g. a CDATA wrapper