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}. * *
      * // Create a new module