Skip to content

Commit f370f04

Browse files
osenvosemwardbell
authored andcommitted
docs(toh-6): fix typos about Promise and Observable with Dart artifacts (angular#3436)
1 parent 1fe891f commit f370f04

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,9 @@ h1 Providing HTTP Services
366366
But requests aren't always done only once.
367367
You may start one request,
368368
cancel it, and make a different request before the server has responded to the first request.
369-
A *request-cancel-new-request* sequence is difficult to implement with *Promises*, but
370-
easy with *Observables*.
369+
370+
A *request-cancel-new-request* sequence is difficult to implement with `Promise`s, but
371+
easy with `Observable`s.
371372

372373
### Add the ability to search by name
373374
You're going to add a *hero search* feature to the Tour of Heroes.

0 commit comments

Comments
 (0)