Skip to content

Commit

Permalink
Merge pull request #23448 from totten/master-typo
Browse files Browse the repository at this point in the history
(NFC) CRM_Utils_Hook - Typo
  • Loading branch information
seamuslee001 authored May 12, 2022
2 parents 7a50c81 + 7969566 commit 65b3577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Utils/Hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -2430,7 +2430,7 @@ public static function alterResourceSettings(&$data) {
* 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('*')".
Expand Down

0 comments on commit 65b3577

Please sign in to comment.