diff --git a/public/docs/ts/latest/tutorial/toh-pt6.jade b/public/docs/ts/latest/tutorial/toh-pt6.jade index 1b3a14a344..1d970ce891 100644 --- a/public/docs/ts/latest/tutorial/toh-pt6.jade +++ b/public/docs/ts/latest/tutorial/toh-pt6.jade @@ -650,7 +650,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 `htttp.get`, + Instead we return the *observable* from the the `http.get`, after chaining it to another RxJS operator, map, to extract heroes from the response data.