From 2a38d93171e48fa2d909dd199fc0e0ffd68d9027 Mon Sep 17 00:00:00 2001 From: Jamie Krug Date: Mon, 26 Feb 2018 10:51:09 -0500 Subject: [PATCH] docs(aio): fix doc typo referring to `httpOptions` (#22456) The variable name mention should match the actual tutorial code. PR Close #22456 --- 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 4f38f27f23..36d7294e38 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -287,7 +287,7 @@ The `HttpClient.put()` method takes three parameters The URL is unchanged. The heroes web API knows which hero to update by looking at the hero's `id`. The heroes web API expects a special header in HTTP save requests. -That header is in the `httpOption` constant defined in the `HeroService`. +That header is in the `httpOptions` constant defined in the `HeroService`.