docs: remove double space in start-data. (#38642)

PR Close #38642
This commit is contained in:
narmit 2020-08-30 22:24:11 +05:30 committed by Joey Perrott
parent 5d5caf21b8
commit b2857b4e3a
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ For more information about services, see [Introduction to Services and Dependenc
<!-- Accessing data with the HTTP client -->
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.