From 0b631da13f907235fff637358ee29112ff461415 Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Mon, 27 Feb 2017 23:19:32 +0300 Subject: [PATCH] docs(reactive-forms): fix repeated file names (#3286) * Fix typo (repeated file names) * Correct subparagraph Correct subparagraph in accordance with @kapunahelewong suggestion. Add separate info about imports from `rxjs` lib for `hero-list.component.ts` and `hero.service.ts`. --- public/docs/ts/latest/guide/reactive-forms.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/reactive-forms.jade b/public/docs/ts/latest/guide/reactive-forms.jade index 7534345567..49627286b8 100644 --- a/public/docs/ts/latest/guide/reactive-forms.jade +++ b/public/docs/ts/latest/guide/reactive-forms.jade @@ -775,8 +775,8 @@ figure.image-display If you're coding along with the steps in this reactive forms tutorial, create the pertinent files based on the [source code displayed below](#source-code "Reactive Forms source code"). - Notice that `hero-list.component.ts` and `hero-list.component.ts` - import `Observable` and `finally` from `rxjs`. + Notice that `hero-list.component.ts` imports `Observable` and `finally` while `hero.service.ts` imports `Observable`, `of`, + and `delay` from `rxjs`. Then return here to learn about _form array_ properties. .l-main-section