From 056d35c97cb55d7afe67d3a542180b8747c1e3ca Mon Sep 17 00:00:00 2001 From: Dario Braun Date: Wed, 23 Jan 2019 13:59:33 +0100 Subject: [PATCH] docs: fix typo and add parenthesis to method in HTTP tutorial (#28289) Merge remote-tracking branch 'origin/TOH' into TOH PR Close #28289 --- 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 52501fe242..3d2163070e 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -112,7 +112,7 @@ Inject `HttpClient` into the constructor in a private property called `http`. Keep injecting the `MessageService`. You'll call it so frequently that -you'll wrap it in private `log` method. +you'll wrap it in a private `log()` method.