From dbdf9f76be1b9261ac247c5c4254989c053bda20 Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Wed, 15 Nov 2017 07:32:41 -0500 Subject: [PATCH] docs(aio): add missing closing backtick (#20446) PR Close #20446 --- aio/content/tutorial/toh-pt6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index aa65f928f1..83c84422d7 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -191,7 +191,7 @@ give it a `catchError()` operator. region="getHeroes-2" > -The `catchError()` operator intercepts an **`Observable that failed**. +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 following `handleError()` method reports the error and then returns an