From 6295a0d9bd7f57b1c23d83bf6a74d1242c3e19b4 Mon Sep 17 00:00:00 2001 From: Ore Landau Date: Tue, 18 Jun 2013 21:20:19 +0100 Subject: docs(loader): fix typo and minor semantic error --- src/loader.js | 4 ++-- 1 file 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}. * *
* // Create a new module
--
cgit v1.2.3