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 eb6cb98 commit fc15a42Copy full SHA for fc15a42
design-documents/promises.md
@@ -154,7 +154,7 @@ So to allow execution of multiple service contracts from different domains it's
154
and to let client code to chain, pass and properly receive promises of results of operations.
155
156
#### How will it look?
157
-There are to ways we can go about using promises for asynchronous execution of service contracts:
+There are two ways we can go about using promises for asynchronous execution of service contracts:
158
* Service interfaces themselves returning promises for client code to use
159
160
_service contract_:
0 commit comments