We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8b78e commit 19a324cCopy full SHA for 19a324c
src/loader.js
@@ -215,8 +215,8 @@ function setupModuleLoader(window) {
215
* @param {Function} initializationFn Execute this function after injector creation.
216
* Useful for application initialization.
217
* @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.
+ * Use this method to register work which should be performed when the injector is done
+ * loading all modules.
220
*/
221
run: function(block) {
222
runBlocks.push(block);
0 commit comments