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

Commit 5c0ec9d

Browse files
committed
docs(angular.bootstrap): fix typos and errors
1 parent ac2f0ce commit 5c0ec9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Angular.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -952,8 +952,8 @@ function angularInit(element, bootstrap) {
952952
* See: {@link guide/dev_guide.bootstrap.manual_bootstrap Bootstrap}
953953
*
954954
* @param {Element} element DOM element which is the root of angular application.
955-
* @param {Array<String,function>=} modules an array of module declarations. See: {@link angular.module modules}
956-
* @param {angular.module.auta.$injector} the injector;
955+
* @param {Array<String|Function>=} modules an array of module declarations. See: {@link angular.module modules}
956+
* @returns {angular.module.auto.$injector} Returns the newly created injector for this app.
957957
*/
958958
function bootstrap(element, modules) {
959959
element = jqLite(element);

0 commit comments

Comments
 (0)