From 499baced128bc7a6ad10b150738075fb11771bfe 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(-) (limited to 'src/loader.js') 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}. * *
* // Create a new module -- cgit v1.2.3