docs(loader): change 'MyModule' -> 'myModule'

Closes #5393
This commit is contained in:
Paolo Moretti
2013-12-13 14:34:03 +00:00
committed by Pawel Kozlowski
parent 3248233f5e
commit bf01ab2a13

View File

@@ -64,7 +64,7 @@ function setupModuleLoader(window) {
* Then you can create an injector and load your modules like this:
*
* ```js
* var injector = angular.injector(['ng', 'MyModule'])
* var injector = angular.injector(['ng', 'myModule'])
* ```
*
* However it's more likely that you'll just use