Skip to content

Commit 5725c59

Browse files
nickraphaelvicb
authored andcommitted
docs(ExceptionHandler): Update code example in comment block to correct syntax error. (angular#10032)
1 parent a46291b commit 5725c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/@angular/facade/src/exception_handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class _ArrayLogger {
3535
* }
3636
* }
3737
*
38-
* bootstrap(MyApp, {provide: ExceptionHandler, useClass: MyExceptionHandler}])
38+
* bootstrap(MyApp, [{provide: ExceptionHandler, useClass: MyExceptionHandler}])
3939
*
4040
* ```
4141
* @stable

0 commit comments

Comments
 (0)