diff --git a/aio/content/guide/http.md b/aio/content/guide/http.md index a65131956e..c6ecf592f5 100644 --- a/aio/content/guide/http.md +++ b/aio/content/guide/http.md @@ -476,7 +476,7 @@ That's easy to implement with RxJS operators, as shown in this excerpt. + header="app/package-search/package-search.component.ts (excerpt)"> The `searchText$` is the sequence of search-box values coming from the user.