docs: add missing space between "Component" and "will" in guide (#32885)

Closes angular/angular#32873

PR Close #32885
This commit is contained in:
Yulia Tsareva 2019-09-27 20:57:27 +03:00 committed by atscott
parent a23ee2b0a1
commit 877f9ad7b9
1 changed files with 2 additions and 2 deletions

View File

@ -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).