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`.