docs(core): add missing closing backtick (`) (#27908)

PR Close #27908
This commit is contained in:
Meknassih 2019-01-03 14:40:44 +01:00 committed by Andrew Kushnir
parent 91a8a4fb28
commit 9b2b9b3bef
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ export interface ViewChildDecorator {
*
* Supported selectors include:
* * any class with the `@Component` or `@Directive` decorator
* * a template reference variable as a string (e.g. query `<my-component #cmp></my-component>
* * a template reference variable as a string (e.g. query `<my-component #cmp></my-component>`
* with `@ViewChild('cmp')`)
* * any provider defined in the child component tree of the current component (e.g.
* `@ViewChild(SomeService) someService: SomeService`)