We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d4280 commit f452416Copy full SHA for f452416
src/ngMock/angular-mocks.js
@@ -2019,7 +2019,7 @@ if(window.jasmine || window.mocha) {
2019
* @param {...(string|Function|Object)} fns any number of modules which are represented as string
2020
* aliases or as anonymous module initialization functions. The modules are used to
2021
* 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
+ * object literal is passed they will be registered as values in the module, the key being
2023
* the module name and the value being what is returned.
2024
*/
2025
window.module = angular.mock.module = function() {
0 commit comments