Skip to content

Commit f70237a

Browse files
gressusgkalpak
authored andcommitted
docs(ngMock): add missing ")" in example
Closes angular#14112
1 parent 3c86212 commit f70237a

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
@@ -2133,7 +2133,7 @@ angular.mock.$RootElementProvider = function() {
21332133
* var ctrl = $controller('MyDirectiveController', { /* no locals */ }, { name: 'Clark Kent' });
21342134
* expect(ctrl.name).toEqual('Clark Kent');
21352135
* expect($log.info.logs).toEqual(['Clark Kent']);
2136-
* });
2136+
* }));
21372137
* });
21382138
*
21392139
* ```

0 commit comments

Comments
 (0)