From 8cccad42c3fc0278004d2a518d3506bba97490cc Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Thu, 12 Nov 2015 21:28:54 +0100 Subject: [PATCH] docs(api): fix typos. remove extra 'the' --- public/docs/ts/latest/guide/displaying-data.jade | 2 +- public/docs/ts/latest/guide/forms.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/displaying-data.jade b/public/docs/ts/latest/guide/displaying-data.jade index c311e7b26d..3cc02d20c1 100644 --- a/public/docs/ts/latest/guide/displaying-data.jade +++ b/public/docs/ts/latest/guide/displaying-data.jade @@ -228,7 +228,7 @@ figure.image-display The [template expression](./template-syntax.html#template-expressions) inside the double quotes looks much like JavaScript and it is much like JavaScript. When the component's list of heroes has more than 3 items, Angular adds the paragraph to the DOM and the message appears. - If there were 3 or fewer items, Angular omits the the paragraph and there is no message. + If there were 3 or fewer items, Angular omits the paragraph and there is no message. .alert.is-helpful :marked diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index 3096889cc9..c5facf6ad5 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -475,7 +475,7 @@ figure.image-display +makeExample('forms/ts/src/app/hero-form.component.ts', 'directives')
:marked - The `NgForm` directive supplements the the `form` element with additional features. + The `NgForm` directive supplements the `form` element with additional features. It collects `Controls` (elements identified by an `ng-control` directive) and monitors their properties including their validity. It has its own `valid` property which is true only if every contained