docs(toh): remove duplicate "the" (#3321)

This commit is contained in:
Michael Foss 2017-02-28 18:52:52 -05:00 committed by Jesús Rodríguez
parent e8a062bdd2
commit 9403dc0482
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ block observables-section-intro
+ifDocsFor('ts')
:marked
A more important difference: we no longer call `toPromise`.
Instead we return the *observable* from the the `http.get`,
Instead we return the *observable* from the `http.get`,
after chaining it to another RxJS operator, <code>map</code>,
to extract heroes from the response data.