Skip to content
Snippets Groups Projects
Commit 561b33e9 authored by Davi Alexandre's avatar Davi Alexandre Committed by GitHub
Browse files

Fix typo in hook_civicrm_angularModules.md

parent 88043d62
No related branches found
No related tags found
1 merge request!115Fix typo in hook_civicrm_angularModules.md
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## Description ## 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. one to register additional Angular modules.
## Availability ## Availability
...@@ -36,4 +36,4 @@ available in CiviCRM 4.6+. ...@@ -36,4 +36,4 @@ available in CiviCRM 4.6+.
'css' => array('css/myAngularModule.css'), 'css' => array('css/myAngularModule.css'),
'partials' => array('partials/myBigAngularModule'), 'partials' => array('partials/myBigAngularModule'),
); );
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment