Skip to content

Commit fc15a42

Browse files
updates
1 parent eb6cb98 commit fc15a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design-documents/promises.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ So to allow execution of multiple service contracts from different domains it's
154154
and to let client code to chain, pass and properly receive promises of results of operations.
155155

156156
#### How will it look?
157-
There are to ways we can go about using promises for asynchronous execution of service contracts:
157+
There are two ways we can go about using promises for asynchronous execution of service contracts:
158158
* Service interfaces themselves returning promises for client code to use
159159

160160
_service contract_:

0 commit comments

Comments
 (0)