diff --git a/aio/content/guide/template-reference-variables.md b/aio/content/guide/template-reference-variables.md index 1f3fd5db28..31f2cd140e 100644 --- a/aio/content/guide/template-reference-variables.md +++ b/aio/content/guide/template-reference-variables.md @@ -37,9 +37,9 @@ by HTML. -The reference value of itemForm, without the ngForm attribute value, would be +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` +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).