From 63e6d5b62616250a59615318d8d2e8896bbf59be Mon Sep 17 00:00:00 2001 From: Chris Hibbert Date: Tue, 17 Dec 2024 13:15:47 -0800 Subject: [PATCH] docs: update parameter type for getProposalShapeForInvitation() --- main/reference/zoe-api/zoe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/reference/zoe-api/zoe.md b/main/reference/zoe-api/zoe.md index 787ff4ecb..b7dedae38 100644 --- a/main/reference/zoe-api/zoe.md +++ b/main/reference/zoe-api/zoe.md @@ -197,9 +197,9 @@ these methods: const instance = await E(Zoe).getInstance(invitation); ``` -## E(Zoe).getProposalShapeForInvitation(invitation) +## E(Zoe).getProposalShapeForInvitation(invitationHandle) -- **invitation**: **[Invitation](./zoe-data-types#invitation)** +- **invitationHandle**: **[Handle](./zoe-data-types#handle)** - Returns: **Promise<[Pattern](https://github.com/endojs/endo/tree/master/packages/patterns#readme)>** Returns a **Promise** for the **Pattern** that the **Invitation's** **Proposal** adheres to.