docs(template syntax): fix "elment" typo

closes #649
This commit is contained in:
Rabah Ghodbane 2016-01-05 11:01:35 +01:00 committed by Ward Bell
parent 7421312a7b
commit b10e3768d1
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ figure.image-display
:marked
### NgSwitch
We bind to `NgSwitch` when we want to display *one* element tree (an element and its children)
from a *set* of possible elment trees based on some condition.
from a *set* of possible element trees based on some condition.
Angular only puts the *selected* element tree into the DOM.
Heres an example: