We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe891f commit f370f04Copy full SHA for f370f04
public/docs/ts/latest/tutorial/toh-pt6.jade
@@ -366,8 +366,9 @@ h1 Providing HTTP Services
366
But requests aren't always done only once.
367
You may start one request,
368
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*.
+
+ A *request-cancel-new-request* sequence is difficult to implement with `Promise`s, but
371
+ easy with `Observable`s.
372
373
### Add the ability to search by name
374
You're going to add a *hero search* feature to the Tour of Heroes.
0 commit comments