From b2857b4e3a085a2ee787d6d98f4d560514b1b26a Mon Sep 17 00:00:00 2001 From: narmit Date: Sun, 30 Aug 2020 22:24:11 +0530 Subject: [PATCH] docs: remove double space in start-data. (#38642) PR Close #38642 --- aio/content/start/start-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/start/start-data.md b/aio/content/start/start-data.md index 11ded2b7ce..a05ba56ff9 100644 --- a/aio/content/start/start-data.md +++ b/aio/content/start/start-data.md @@ -236,7 +236,7 @@ For more information about services, see [Introduction to Services and Dependenc Servers often return data in the form of a stream. -Streams are useful because they make it easy to transform the returned data and make modifications to the way you request that data. +Streams are useful because they make it easy to transform the returned data and make modifications to the way you request that data. The Angular HTTP client, `HttpClient`, is a built-in way to fetch data from external APIs and provide them to your app as a stream. This section shows you how to use the HTTP client to retrieve shipping prices from an external file.