docs(loader): improve explanation of modules

This commit is contained in:
fvanderwielen
2014-06-10 15:40:25 +02:00
committed by Brian Ford
parent 2cde927e58
commit d8e4093b5a

View File

@@ -44,7 +44,7 @@ function setupModuleLoader(window) {
*
* # Module
*
* A module is a collection of services, directives, filters, and configuration information.
* A module is a collection of services, directives, controllers, filters, and configuration information.
* `angular.module` is used to configure the {@link auto.$injector $injector}.
*
* ```js