diff options
| author | Igor Minar | 2012-04-10 13:21:29 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-04-10 13:21:29 -0700 |
| commit | 5c0ec9d06dfd5bcd7d1fb010f5efef649e05f3c3 (patch) | |
| tree | e3878822736958d9ca5642c83c38a43115bf09f7 | |
| parent | ac2f0cece62c51fbf77e9b9f40ac40d8fcf9af17 (diff) | |
| download | angular.js-5c0ec9d06dfd5bcd7d1fb010f5efef649e05f3c3.tar.bz2 | |
docs(angular.bootstrap): fix typos and errors
| -rw-r--r-- | src/Angular.js | 4 |
1 files 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<String,function>=} modules an array of module declarations. See: {@link angular.module modules} - * @param {angular.module.auta.$injector} the injector; + * @param {Array<String|Function>=} 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); |
