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

Commit bf01ab2

Browse files
morettipkozlowski-opensource
authored andcommitted
docs(loader): change 'MyModule' -> 'myModule'
Closes #5393
1 parent 3248233 commit bf01ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function setupModuleLoader(window) {
6464
* Then you can create an injector and load your modules like this:
6565
*
6666
* ```js
67-
* var injector = angular.injector(['ng', 'MyModule'])
67+
* var injector = angular.injector(['ng', 'myModule'])
6868
* ```
6969
*
7070
* However it's more likely that you'll just use

0 commit comments

Comments
 (0)