diff --git a/packages/core/src/metadata/di.ts b/packages/core/src/metadata/di.ts
index 5e6090b258..b24498a57c 100644
--- a/packages/core/src/metadata/di.ts
+++ b/packages/core/src/metadata/di.ts
@@ -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 `
+ * * a template reference variable as a string (e.g. query ``
* with `@ViewChild('cmp')`)
* * any provider defined in the child component tree of the current component (e.g.
* `@ViewChild(SomeService) someService: SomeService`)