Skip to content

Commit

Permalink
docs: fix grammar (#45455)
Browse files Browse the repository at this point in the history
PR Close #45455
  • Loading branch information
4javier authored and thePunderWoman committed Apr 12, 2022
1 parent 9e86a31 commit a6ab3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/template-reference-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ When declaring a template reference variable on an element without defining a va
- **NgTemplate**: TemplateRef

Referencing an element by its directive needs the directive `exportAs` property set as reference value.
In case of unspecified variable value, the reference will return an `HTMLElement`, even if the element has one or more directive applied to itself.
In case of an unspecified variable value, the reference will return an `HTMLElement`, even if the element has one or more directive applied to itself.

## Template variable scope

Expand Down

0 comments on commit a6ab3f7

Please sign in to comment.