From 2da1a2d84f91c598275117039d65c1c446a513ae Mon Sep 17 00:00:00 2001 From: dk Date: Mon, 20 Mar 2017 19:27:26 +0800 Subject: [PATCH] fix typo --- public/docs/ts/latest/tutorial/toh-pt6.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.