From 49fae1f81df2e6d1c7cdcbfe1ba05ee330141de7 Mon Sep 17 00:00:00 2001 From: Sam Severance Date: Wed, 21 Apr 2021 11:00:26 -0400 Subject: [PATCH] docs: Indicate `HttpClientModule` being imported (#41749) PR Close #41749 --- 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 db086a2e83b..afc8884019e 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: