Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 0b631da

Browse files
AlexanderLukinFoxandxss
authored andcommitted
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`.
1 parent e58ba50 commit 0b631da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/ts/latest/guide/reactive-forms.jade

+2-2
Original file line numberDiff line numberDiff line change
@@ -775,8 +775,8 @@ figure.image-display
775775
If you're coding along with the steps in this reactive forms tutorial,
776776
create the pertinent files based on the
777777
[source code displayed below](#source-code "Reactive Forms source code").
778-
Notice that `hero-list.component.ts` and `hero-list.component.ts`
779-
import `Observable` and `finally` from `rxjs`.
778+
Notice that `hero-list.component.ts` imports `Observable` and `finally` while `hero.service.ts` imports `Observable`, `of`,
779+
and `delay` from `rxjs`.
780780
Then return here to learn about _form array_ properties.
781781

782782
.l-main-section

0 commit comments

Comments
 (0)