From f8305bcfb66f6b5e94076b7a2195c9b329da0c6e Mon Sep 17 00:00:00 2001 From: Patrick McDonald Date: Sat, 25 Jun 2016 11:14:11 -0400 Subject: [PATCH] docs: Typo fix (an > a) --- public/docs/ts/latest/guide/template-syntax.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade index dbf8281515..2164fa744d 100644 --- a/public/docs/ts/latest/guide/template-syntax.jade +++ b/public/docs/ts/latest/guide/template-syntax.jade @@ -1234,7 +1234,7 @@ figure.image-display :marked ## Template reference variables - A **template reference variable** is a reference to an DOM element or directive within a template. + A **template reference variable** is a reference to a DOM element or directive within a template. It can be used with native DOM elements but also with Angular 2 components — in fact, it will work with any custom web component.