diff options
| author | Ore Landau | 2013-06-18 21:20:19 +0100 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-06-18 21:23:00 +0100 |
| commit | 499baced128bc7a6ad10b150738075fb11771bfe (patch) | |
| tree | afd70283308e7491e8b338e96ee0a03e84408e51 /src/loader.js | |
| parent | 7aa9fecab8f98d7455ce60e25eb9d4d1a4040fd1 (diff) | |
| download | angular.js-499baced128bc7a6ad10b150738075fb11771bfe.tar.bz2 | |
docs(loader): fix typo and minor semantic error
Diffstat (limited to 'src/loader.js')
| -rw-r--r-- | src/loader.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/loader.js b/src/loader.js index ecb16608..915d338a 100644 --- a/src/loader.js +++ b/src/loader.js @@ -30,8 +30,8 @@ function setupModuleLoader(window) { * * # Module * - * A module is a collocation of services, directives, filters, and configuration information. Module - * is used to configure the {@link AUTO.$injector $injector}. + * A module is a collection of services, directives, filters, and configuration information. + * `angular.module` is used to configure the {@link AUTO.$injector $injector}. * * <pre> * // Create a new module |
