diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade index 0336a86d4a..4dc86d2275 100644 --- a/public/docs/ts/latest/guide/template-syntax.jade +++ b/public/docs/ts/latest/guide/template-syntax.jade @@ -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. Here’s an example: