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

Commit 2f3cb40

Browse files
Sacretwardbell
authored andcommitted
Fix typo in 'Error Handling' section
closes #1592 Remove duplicate 'to'
1 parent d565050 commit 2f3cb40

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
@@ -159,7 +159,7 @@ code-example(format="." language="bash").
159159
In this demo service we log the error to the console; we should do better in real life.
160160

161161
We've also decided to return a user friendly form of the error to
162-
to the caller in a rejected promise so that the caller can display a proper error message to the user.
162+
the caller in a rejected promise so that the caller can display a proper error message to the user.
163163

164164
### Promises are Promises
165165
Although we made significant *internal* changes to `getHeroes()`, the public signature did not change.

0 commit comments

Comments
 (0)