diff options
| author | Ore Landau | 2013-06-18 21:20:19 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-06-18 21:21:20 +0100 | 
| commit | 6295a0d9bd7f57b1c23d83bf6a74d1242c3e19b4 (patch) | |
| tree | 69573cfafbd60e8cf7c861138f78dada9b2300b6 | |
| parent | bf7ec4bbb10714fca3432ffa52569725f70da4c4 (diff) | |
| download | angular.js-6295a0d9bd7f57b1c23d83bf6a74d1242c3e19b4.tar.bz2 | |
docs(loader): fix typo and minor semantic error
| -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 a40a305d..7e2289d0 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 | 
