Skip to content

Commit

Permalink
docs: fix operator name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogarthyde committed Mar 23, 2018
1 parent 03ace23 commit cdeeb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/reactive-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ with that hero's data values.

A refresh button clears the hero list and the current selected hero before refetching the heroes.

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

The remaining `HeroListComponent` and `HeroService` implementation details are beyond the scope of this tutorial.
However, the techniques involved are covered elsewhere in the documentation, including the _Tour of Heroes_
Expand Down

0 comments on commit cdeeb1e

Please sign in to comment.