Skip to content

Commit 5218b61

Browse files
committed
docs: update parameter type for getProposalShapeForInvitation()
1 parent c2d1108 commit 5218b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/reference/zoe-api/zoe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ these methods:
197197
const instance = await E(Zoe).getInstance(invitation);
198198
```
199199

200-
## E(Zoe).getProposalShapeForInvitation(invitation)
200+
## E(Zoe).getProposalShapeForInvitation(invitationHandle)
201201

202-
- **invitation**: **[Invitation](./zoe-data-types#invitation)**
202+
- **invitationHandle**: **[Handle](./zoe-data-types#handle)**
203203
- Returns: **Promise<[Pattern](https://github.com/endojs/endo/tree/master/packages/patterns#readme)>**
204204

205205
Returns a **Promise** for the **Pattern** that the **Invitation's** **Proposal** adheres to.

0 commit comments

Comments
 (0)