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

Commit 883a29e

Browse files
tiangoloFoxandxss
authored andcommitted
Fix minor typo in HTTP guide (#2604)
1 parent e503efe commit 883a29e

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
@@ -155,7 +155,7 @@ block get-heroes-details
155155
*Observables* are a powerful way to manage asynchronous data flows.
156156
We'll learn about [Observables](#observables) later in this chapter.
157157

158-
For *now* we get back on familiar ground by immediately by
158+
For *now* we get back on familiar ground by immediately
159159
converting that `Observable` to a `Promise` using the `toPromise` operator.
160160

161161
+makeExcerpt('app/hero.service.ts', 'to-promise', '')

0 commit comments

Comments
 (0)