We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833ea05 commit 1476810Copy full SHA for 1476810
src/Angular.js
@@ -1338,7 +1338,7 @@ function angularInit(element, bootstrap) {
1338
* @param {DOMElement} element DOM element which is the root of angular application.
1339
* @param {Array<String|Function|Array>=} modules an array of modules to load into the application.
1340
* Each item in the array should be the name of a predefined module or a (DI annotated)
1341
- * function that will be invoked by the injector as a run block.
+ * function that will be invoked by the injector as a `config` block.
1342
* See: {@link angular.module modules}
1343
* @param {Object=} config an object for defining configuration options for the application. The
1344
* following keys are supported:
0 commit comments