From ea72e5f8818c7da676c34269ce58eac15c43e47d Mon Sep 17 00:00:00 2001 From: Tyler McGinnis Date: Mon, 7 Apr 2014 14:28:24 -0600 Subject: [PATCH] docs(ngMock): fix typo "register" should be "registered" Closes #7034 --- src/ngMock/angular-mocks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js index cb10ba810..b5eb6bcc0 100644 --- a/src/ngMock/angular-mocks.js +++ b/src/ngMock/angular-mocks.js @@ -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() {