diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index db086a2e83..afc8884019 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -22,7 +22,7 @@ Make `HttpClient` available everywhere in the application in two steps. First, a -Next, still in the `AppModule`, add `HttpClient` to the `imports` array: +Next, still in the `AppModule`, add `HttpClientModule` to the `imports` array: