Merge pull request #1219 from mikedotexe/mask-broken-link

Minor broken link when reading on NPM's site
This commit is contained in:
Simon Warta 2022-07-15 10:46:27 +02:00 committed by GitHub
commit 3222172e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -219,10 +219,10 @@ native messages to make this binding simpler, and also allow these to be
triggered by internal contract logic (they cannot form opaque messages, but
rather just relay opaque messages formed by the clients).
## Transfering Owner
## Transferring Owner
Happy hacking using the mask contract. And to make this a bit more interesting,
note that you can transfer control of this mask. By transfering ownership, we
note that you can transfer control of this mask. By transferring ownership, we
transfer control of our `ucosm` native , our `FOO` erc20 token, and our open
staking position in one fell swoop, without the other modules/contracts being
aware of the change.

View File

@ -259,7 +259,7 @@ play with contracts.
## Diving into Contracts
Check out the [mask documentation](./MASK.md) to view how to use some custom
Check out the [mask documentation](https://github.com/cosmos/cosmjs/blob/main/packages/cli/MASK.md) to view how to use some custom
helpers to upload code and use non-trivial contracts with proper types.
## License