diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index 2119f720d9..b8858eff5b 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -180,7 +180,7 @@ give it a `catchError()` operator. The `catchError()` operator intercepts an **`Observable` that failed**. -It passes the error an error handler that can do what it wants with the error. +The operator then passes the error to the error handling function. The following `handleError()` method reports the error and then returns an innocuous result so that the application keeps working.