Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7e7a069

Browse files
miccarrgkalpak
authored andcommitted
docs(ngMock): fix typo in example
Closes #14069
1 parent 02929f8 commit 7e7a069

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
@@ -1911,7 +1911,7 @@ angular.mock.$RootElementProvider = function() {
19111911
*
19121912
* myMod.controller('MyDirectiveController', ['$log', function($log) {
19131913
* $log.info(this.name);
1914-
* })];
1914+
* }]);
19151915
*
19161916
*
19171917
* // In a test ...

0 commit comments

Comments
 (0)