docs: add missing space between "Component" and "will" in guide (#32885)
Closes angular/angular#32873 PR Close #32885
This commit is contained in:
parent
a23ee2b0a1
commit
877f9ad7b9
|
@ -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).
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue