Skip to content

Commit acff3c6

Browse files
johnmannersdylhunn
authored andcommitted
docs: fix typo in toh-pg6.md (#49141)
Line 425. Change burning to burn. PR Close #49141
1 parent fda3f67 commit acff3c6

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
@@ -422,7 +422,7 @@ The `searchTerms` becomes an `Observable` emitting a steady stream of search ter
422422

423423
### Chaining RxJS operators
424424

425-
Passing a new search term directly to the `searchHeroes()` after every user keystroke creates excessive HTTP requests, which taxes server resources and burning through data plans.
425+
Passing a new search term directly to the `searchHeroes()` after every user keystroke creates excessive HTTP requests, which taxes server resources and burns through data plans.
426426

427427
Instead, the `ngOnInit()` method pipes the `searchTerms` observable through a sequence of RxJS operators that reduce the number of calls to the `searchHeroes()`. Ultimately, this returns an observable of timely hero search results where each one is a `Hero[]`.
428428

0 commit comments

Comments
 (0)