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

Commit 538c63f

Browse files
geoffreybauduinNarretz
authored andcommitted
docs($exceptionHandler): add missing end bracket in example
PR (#14756)
1 parent a9a1461 commit 538c63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/exceptionHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* logErrorsToBackend(exception, cause);
2828
* $log.warn(exception, cause);
2929
* };
30-
* });
30+
* }]);
3131
* ```
3232
*
3333
* <hr />

0 commit comments

Comments
 (0)