From 00d9f69102c1c0cc2eefd04e9c6a894aeff7ffb3 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org> Date: Tue, 4 Nov 2014 14:02:57 +0000 Subject: [PATCH] Issue #2367285 by cilefen: Fixed Function doc typo for hook_page_attachments_alter() in theme.api.php. --- core/modules/system/theme.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/theme.api.php b/core/modules/system/theme.api.php index 3087c5fca0f1..f43412239b3a 100644 --- a/core/modules/system/theme.api.php +++ b/core/modules/system/theme.api.php @@ -818,7 +818,7 @@ function hook_page_attachments(array &$page) { * Alter attachments (typically assets) to a page before it is rendered. * * Use this hook when you want to remove or alter attachments on the page, or - * add attachments to the page that depend on aonther module's attachments (this + * add attachments to the page that depend on another module's attachments (this * hook runs after hook_page_attachments(). * * If you want to alter the attachments added by other modules or if your module -- GitLab