Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 9403dc0

Browse files
MichaelFossFoxandxss
authored andcommitted
docs(toh): remove duplicate "the" (#3321)
1 parent e8a062b commit 9403dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/tutorial/toh-pt6.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ block observables-section-intro
416416
+ifDocsFor('ts')
417417
:marked
418418
A more important difference: we no longer call `toPromise`.
419-
Instead we return the *observable* from the the `http.get`,
419+
Instead we return the *observable* from the `http.get`,
420420
after chaining it to another RxJS operator, <code>map</code>,
421421
to extract heroes from the response data.
422422

0 commit comments

Comments
 (0)