Skip to content
Snippets Groups Projects
Commit 2359bbe3 authored by Sean Madsen's avatar Sean Madsen Committed by GitHub
Browse files

Merge pull request #115 from davialexandre/patch-1

Fix typo in hook_civicrm_angularModules.md
parents 88043d62 561b33e9
No related branches found
No related tags found
No related merge requests found
...@@ -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