From ff2c3423569fb8444435ccffa46c8e7c9907d4c8 Mon Sep 17 00:00:00 2001 From: Trevor Karjanis <2351292+TrevorKarjanis@users.noreply.github.com> Date: Tue, 19 Feb 2019 10:08:36 -0600 Subject: [PATCH] docs(common): fix a typo in a debounce requests example header (#28829) Remove the extra parenthesis from a debounce requests example. There are no associated issues. PR Close #28829 --- aio/content/guide/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.