Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d8e4093

Browse files
fvanderwielenbtford
authored andcommitted
docs(loader): improve explanation of modules
1 parent 2cde927 commit d8e4093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function setupModuleLoader(window) {
4444
*
4545
* # Module
4646
*
47-
* A module is a collection of services, directives, filters, and configuration information.
47+
* A module is a collection of services, directives, controllers, filters, and configuration information.
4848
* `angular.module` is used to configure the {@link auto.$injector $injector}.
4949
*
5050
* ```js

0 commit comments

Comments
 (0)