diff --git a/src/Angular.js b/src/Angular.js index ec69cc1a..a77ad926 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -1276,7 +1276,7 @@ function angularInit(element, bootstrap) { * * * - * @param {Element} element DOM element which is the root of angular application. + * @param {DOMElement} element DOM element which is the root of angular application. * @param {Array=} modules an array of modules to load into the application. * Each item in the array should be the name of a predefined module or a (DI annotated) * function that will be invoked by the injector as a run block.