Skip to content

Commit 2d6c218

Browse files
miccarrgkalpak
authored andcommitted
docs(ngMock): fix typo in example
Closes angular#14069
1 parent 7324804 commit 2d6c218

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
@@ -2121,7 +2121,7 @@ angular.mock.$RootElementProvider = function() {
21212121
*
21222122
* myMod.controller('MyDirectiveController', ['$log', function($log) {
21232123
* $log.info(this.name);
2124-
* })];
2124+
* }]);
21252125
*
21262126
*
21272127
* // In a test ...

0 commit comments

Comments
 (0)