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
This commit is contained in:
Trevor Karjanis 2019-02-19 10:08:36 -06:00 committed by Igor Minar
parent 19afb791b4
commit d8ae8993d8
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ That's easy to implement with RxJS operators, as shown in this excerpt.
<code-example
path="http/src/app/package-search/package-search.component.ts"
region="debounce"
header="app/package-search/package-search.component.ts (excerpt))">
header="app/package-search/package-search.component.ts (excerpt)">
</code-example>
The `searchText$` is the sequence of search-box values coming from the user.