From 956b25a1000c1e4d88597cef60f0bb0fb946fe78 Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Wed, 19 Aug 2020 10:29:09 +0300 Subject: [PATCH] docs: apply code styling in template reference variables guide (#38522) PR Close #38522 --- aio/content/guide/template-reference-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).