From 5c0ec9d06dfd5bcd7d1fb010f5efef649e05f3c3 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 10 Apr 2012 13:21:29 -0700 Subject: docs(angular.bootstrap): fix typos and errors --- src/Angular.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Angular.js b/src/Angular.js index c5b70e3c..beaf81d5 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -952,8 +952,8 @@ function angularInit(element, bootstrap) { * See: {@link guide/dev_guide.bootstrap.manual_bootstrap Bootstrap} * * @param {Element} element DOM element which is the root of angular application. - * @param {Array=} modules an array of module declarations. See: {@link angular.module modules} - * @param {angular.module.auta.$injector} the injector; + * @param {Array=} modules an array of module declarations. See: {@link angular.module modules} + * @returns {angular.module.auto.$injector} Returns the newly created injector for this app. */ function bootstrap(element, modules) { element = jqLite(element); -- cgit v1.2.3