From 9403dc0482fd9b68e7ec383f7c03a1bdd84057be Mon Sep 17 00:00:00 2001 From: Michael Foss Date: Tue, 28 Feb 2017 18:52:52 -0500 Subject: [PATCH] docs(toh): remove duplicate "the" (#3321) --- 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 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.