Skip to content

Commit 5e651aa

Browse files
Yvad60alxhub
authored andcommitted
docs(docs-infra): fix typo in tap into the observable tutorial example (angular#52359)
PR Close angular#52359
1 parent e06b73f commit 5e651aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/tutorial/tour-of-heroes/toh-pt6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Because each service method returns a different kind of `Observable` result, `ha
179179

180180
### Tap into the Observable
181181

182-
The `getHeros()` method taps into the flow of observable values and sends a message, using the `log()` method, to the message area at the bottom of the page.
182+
The `getHeroes()` method taps into the flow of observable values and sends a message, using the `log()` method, to the message area at the bottom of the page.
183183

184184
The RxJS `tap()` operator enables this ability by looking at the observable values, doing something with those values, and passing them along.
185185
The `tap()` callback doesn't access the values themselves.

0 commit comments

Comments
 (0)