diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Angular.js | 2 | ||||
| -rw-r--r-- | src/loader.js | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Angular.js b/src/Angular.js index bea972ef..3a11f3ea 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -832,7 +832,7 @@ function encodeUriQuery(val, pctEncodeSpaces) { * @name ng.directive:ngApp * * @element ANY - * @param {angular.Module} ngApp on optional application + * @param {angular.Module} ngApp an optional application * {@link angular.module module} name to load. * * @description diff --git a/src/loader.js b/src/loader.js index 4325e26e..ecb16608 100644 --- a/src/loader.js +++ b/src/loader.js @@ -30,7 +30,7 @@ function setupModuleLoader(window) { * * # Module * - * A module is a collocation of services, directives, filters, and configure information. Module + * A module is a collocation of services, directives, filters, and configuration information. Module * is used to configure the {@link AUTO.$injector $injector}. * * <pre> @@ -60,7 +60,7 @@ function setupModuleLoader(window) { * @param {!string} name The name of the module to create or retrieve. * @param {Array.<string>=} requires If specified then new module is being created. If unspecified then the * the module is being retrieved for further configuration. - * @param {Function} configFn Option configuration function for the module. Same as + * @param {Function} configFn Optional configuration function for the module. Same as * {@link angular.Module#config Module#config()}. * @returns {module} new module with the {@link angular.Module} api. */ |
