diff --git a/public/docs/ts/latest/tutorial/toh-pt6.jade b/public/docs/ts/latest/tutorial/toh-pt6.jade index 1fb3bec86c..898842cbf5 100644 --- a/public/docs/ts/latest/tutorial/toh-pt6.jade +++ b/public/docs/ts/latest/tutorial/toh-pt6.jade @@ -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, map, to extract heroes from the response data.