Skip to content

Commit f452416

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ if(window.jasmine || window.mocha) {
20192019
* @param {...(string|Function|Object)} fns any number of modules which are represented as string
20202020
* aliases or as anonymous module initialization functions. The modules are used to
20212021
* configure the injector. The 'ng' and 'ngMock' modules are automatically loaded. If an
2022-
* object literal is passed they will be register as values in the module, the key being
2022+
* object literal is passed they will be registered as values in the module, the key being
20232023
* the module name and the value being what is returned.
20242024
*/
20252025
window.module = angular.mock.module = function() {

0 commit comments

Comments
 (0)