docs: Typo fix (an > a) (#1747)

This commit is contained in:
Patrick McDonald 2016-06-26 12:41:06 -04:00 committed by Thibault Sottiaux
parent 34b687df5b
commit a843310e17
1 changed files with 1 additions and 1 deletions

View File

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