Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 19a324c

Browse files
hkdobrevIgorMinar
authored andcommitted
docs(angular.module): improve angular.Module#run docs
1 parent cd8b78e commit 19a324c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/loader.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ function setupModuleLoader(window) {
215215
* @param {Function} initializationFn Execute this function after injector creation.
216216
* Useful for application initialization.
217217
* @description
218-
* Use this method to register work which needs to be performed when the injector with
219-
* with the current module is finished loading.
218+
* Use this method to register work which should be performed when the injector is done
219+
* loading all modules.
220220
*/
221221
run: function(block) {
222222
runBlocks.push(block);

0 commit comments

Comments
 (0)