docs(ngMock): fix typo

"register" should be "registered"

Closes #7034
This commit is contained in:
Tyler McGinnis
2014-04-07 14:28:24 -06:00
committed by Caitlin Potter
parent c550c12738
commit ea72e5f881
+1 -1
View File
@@ -1995,7 +1995,7 @@ if(window.jasmine || window.mocha) {
* @param {...(string|Function|Object)} fns any number of modules which are represented as string
* aliases or as anonymous module initialization functions. The modules are used to
* configure the injector. The 'ng' and 'ngMock' modules are automatically loaded. If an
* object literal is passed they will be register as values in the module, the key being
* object literal is passed they will be registered as values in the module, the key being
* the module name and the value being what is returned.
*/
window.module = angular.mock.module = function() {