From 6bbfbd175dc5a7b53adbf6204d9edd8bba3a407d Mon Sep 17 00:00:00 2001 From: Lawrence Gosset Date: Sat, 13 Jan 2024 17:16:32 +0100 Subject: [PATCH] Minor typo and grammar clean-up --- src/basics/execute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basics/execute.md b/src/basics/execute.md index e94a15e..5170a71 100644 --- a/src/basics/execute.md +++ b/src/basics/execute.md @@ -8,7 +8,7 @@ exercise - without checking out the source code. The idea of the contract will be easy - every contract admin would be eligible to call two execute messages: * `AddMembers` message would allow the admin to add another address to the admin's list -* `Leave` would allow and admin to remove himself from the list +* `Leave` would allow an admin to remove themselves from the list Not too complicated. Let's go coding. Start with defining messages: