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

Fix typo (repeated file names) #3286

Merged
merged 2 commits into from
Feb 27, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/reactive-forms.jade
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ 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`
Notice that `hero-list.component.ts` and `hero.service.ts`
import `Observable` and `finally` from `rxjs`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great catch, @AlexanderLukin! I was looking closely at the example files and noticed something though. How about this (or something like it):

Notice that hero-list.component.ts imports Observable and finally while hero.service.ts imports Observable, of, and delay from rxjs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I think you've proposed the most accurate version. I've corrected my PR in accordance with your changes.

Then return here to learn about _form array_ properties.

Expand Down