From 796956639df46cfb5f0ccd44c9013db3d1ba131e Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 12 May 2022 13:23:52 -0700 Subject: [PATCH] (NFC) CRM_Utils_Hook - Typo --- CRM/Utils/Hook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Hook.php b/CRM/Utils/Hook.php index 9b43e025f2..76c3cd0047 100644 --- a/CRM/Utils/Hook.php +++ b/CRM/Utils/Hook.php @@ -2430,7 +2430,7 @@ abstract class CRM_Utils_Hook { * For future-proofing, use a serializable callback (e.g. string/array). * See also: Civi\Core\Resolver. * - requires: array, list of required Angular modules. - * - basePages: array, uncondtionally load this module onto the given Angular pages. [v4.7.21+] + * - basePages: array, unconditionally load this module onto the given Angular pages. [v4.7.21+] * If omitted, default to "array('civicrm/a')" for backward compat. * For a utility that should only be loaded on-demand, use "array()". * For a utility that should be loaded in all pages use, "array('*')". -- 2.25.1