From 877f9ad7b9151324c4a94d3c80e7d37691bb9fd5 Mon Sep 17 00:00:00 2001 From: Yulia Tsareva Date: Fri, 27 Sep 2019 20:57:27 +0300 Subject: [PATCH] docs: add missing space between "Component" and "will" in guide (#32885) Closes angular/angular#32873 PR Close #32885 --- aio/content/guide/template-syntax.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/template-syntax.md b/aio/content/guide/template-syntax.md index 65e6fd47ed..46f4718649 100644 --- a/aio/content/guide/template-syntax.md +++ b/aio/content/guide/template-syntax.md @@ -1610,8 +1610,8 @@ by HTML. The reference value of itemForm, without the ngForm attribute value, would be the [HTMLFormElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement). -There is, however, a difference between a Component and a Directive in that a `Component -`will be referenced without specifying the attribute value, and a `Directive` will not +There is, however, a difference between a Component and a Directive in that a `Component` +will be referenced without specifying the attribute value, and a `Directive` will not change the implicit reference (that is, the element).