Skip to content

Commit

Permalink
docs(angular.module): improve angular.Module#run docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev authored and IgorMinar committed Nov 11, 2012
1 parent cd8b78e commit 19a324c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ function setupModuleLoader(window) {
* @param {Function} initializationFn Execute this function after injector creation.
* Useful for application initialization.
* @description
* Use this method to register work which needs to be performed when the injector with
* with the current module is finished loading.
* Use this method to register work which should be performed when the injector is done
* loading all modules.
*/
run: function(block) {
runBlocks.push(block);
Expand Down

0 comments on commit 19a324c

Please sign in to comment.