X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FAsset%2FLibraryDiscovery.php;h=39c3e2b1a31dd885b055b3467952ec1b31904cef;hb=refs%2Fheads%2Fd864;hp=a49ea975c39c93d4e7491013ea324a9c54b90ada;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Asset/LibraryDiscovery.php b/web/core/lib/Drupal/Core/Asset/LibraryDiscovery.php index a49ea975c..39c3e2b1a 100644 --- a/web/core/lib/Drupal/Core/Asset/LibraryDiscovery.php +++ b/web/core/lib/Drupal/Core/Asset/LibraryDiscovery.php @@ -19,7 +19,7 @@ class LibraryDiscovery implements LibraryDiscoveryInterface { /** * The final library definitions, statically cached. * - * hook_library_info_alter() and hook_js_settings_alter() allows modules + * Hooks hook_library_info_alter() and hook_js_settings_alter() allow modules * and themes to dynamically alter a library definition (once per request). * * @var array