docs(onDestroy): fix broken backticks

Closes #5089
This commit is contained in:
Peter Bacon Darwin 2015-11-03 11:47:16 +00:00 committed by Pete Bacon Darwin
parent fd92dc0701
commit 69e4b62809
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ export interface DoCheck { doCheck(); }
* }
*
* bootstrap(App).catch(err => console.error(err));
* * ```
* ```
*/
export interface OnDestroy { onDestroy(); }