diff --git a/public/docs/ts/latest/tutorial/toh-pt6.jade b/public/docs/ts/latest/tutorial/toh-pt6.jade index 4c6a46a8ec..6e3fa96c65 100644 --- a/public/docs/ts/latest/tutorial/toh-pt6.jade +++ b/public/docs/ts/latest/tutorial/toh-pt6.jade @@ -472,8 +472,7 @@ block observables-section :marked * `catch` intercepts a failed observable. Our simple example prints the error to the console; a real life application should do better. - Then it re-throws the failed observable so that downstream processes know it failed. - The `AsyncPipe` in the template is downstream. It sees the failure and ignores it. + Then we return an observable containing an empty array to clear the search result. ### Import RxJS operators The RxJS operators are not available in Angular's base `Observable` implementation.