(NFC) CRM_Utils_Hook - Typo
authorTim Otten <totten@civicrm.org>
Thu, 12 May 2022 20:23:52 +0000 (13:23 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 12 May 2022 20:50:39 +0000 (13:50 -0700)
CRM/Utils/Hook.php

index 9b43e025f2267c46f5af449dd425fd13894a16a4..76c3cd004751765ceb8b868be137d7cc70c6bf67 100644 (file)
@@ -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('*')".