From c487d91a39a49bcfc5d5883d9b10bbbb6c46bdd0 Mon Sep 17 00:00:00 2001 From: Josep Sayol Date: Fri, 23 Dec 2016 10:15:06 +0100 Subject: [PATCH 1/2] docs(structural-directives): typos and clean-up --- .../ts/latest/guide/structural-directives.jade | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/docs/ts/latest/guide/structural-directives.jade b/public/docs/ts/latest/guide/structural-directives.jade index 773fa80c4e..76b78583de 100644 --- a/public/docs/ts/latest/guide/structural-directives.jade +++ b/public/docs/ts/latest/guide/structural-directives.jade @@ -5,13 +5,13 @@ block includes One of the defining features of a single page application is its manipulation of the DOM tree. Instead of serving a whole new page every time a user navigates, whole sections of the DOM appear and disappear according - to the application state. In this chapter we'll to look at how Angular + to the application state. In this chapter we'll look at how Angular manipulates the DOM and how we can do it ourselves in our own directives. In this chapter we will - [learn what structural directives are](#definition) - [study *ngIf*](#ngIf) - - [discover the <template> element](#template) + - [discover the