Skip to content

Commit ea72e5f

Browse files
tylermcginniscaitp
authored andcommitted
docs(ngMock): fix typo
"register" should be "registered" Closes angular#7034
1 parent c550c12 commit ea72e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,7 @@ if(window.jasmine || window.mocha) {
19951995
* @param {...(string|Function|Object)} fns any number of modules which are represented as string
19961996
* aliases or as anonymous module initialization functions. The modules are used to
19971997
* configure the injector. The 'ng' and 'ngMock' modules are automatically loaded. If an
1998-
* object literal is passed they will be register as values in the module, the key being
1998+
* object literal is passed they will be registered as values in the module, the key being
19991999
* the module name and the value being what is returned.
20002000
*/
20012001
window.module = angular.mock.module = function() {

0 commit comments

Comments
 (0)