diff --git a/docs/hooks/hook_civicrm_angularModules.md b/docs/hooks/hook_civicrm_angularModules.md index 914dc37f5003b6ef12797d3b1c27f7242ef6c27c..21dd0901557e4cafd18886de074eff54f25a5241 100644 --- a/docs/hooks/hook_civicrm_angularModules.md +++ b/docs/hooks/hook_civicrm_angularModules.md @@ -2,7 +2,7 @@ ## Description -EXPERIMENTAL: This hook generates a list of Angular modeules. It allows +EXPERIMENTAL: This hook generates a list of Angular modules. It allows one to register additional Angular modules. ## Availability @@ -36,4 +36,4 @@ available in CiviCRM 4.6+. 'css' => array('css/myAngularModule.css'), 'partials' => array('partials/myBigAngularModule'), ); - } \ No newline at end of file + }