We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c550c12 commit ea72e5fCopy full SHA for ea72e5f
src/ngMock/angular-mocks.js
@@ -1995,7 +1995,7 @@ if(window.jasmine || window.mocha) {
1995
* @param {...(string|Function|Object)} fns any number of modules which are represented as string
1996
* aliases or as anonymous module initialization functions. The modules are used to
1997
* 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
+ * object literal is passed they will be registered as values in the module, the key being
1999
* the module name and the value being what is returned.
2000
*/
2001
window.module = angular.mock.module = function() {
0 commit comments