docs(ExceptionHandler): Update code example in comment block to correct syntax error. (#10032)
This commit is contained in:
parent
a46291b67c
commit
5725c5925c
|
@ -35,7 +35,7 @@ class _ArrayLogger {
|
|||
* }
|
||||
* }
|
||||
*
|
||||
* bootstrap(MyApp, {provide: ExceptionHandler, useClass: MyExceptionHandler}])
|
||||
* bootstrap(MyApp, [{provide: ExceptionHandler, useClass: MyExceptionHandler}])
|
||||
*
|
||||
* ```
|
||||
* @stable
|
||||
|
|
Loading…
Reference in New Issue