Skip to content

Commit

Permalink
Update gateway.md: fixed typo (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
emadzaheer authored Sep 30, 2024
1 parent 343e4ef commit 46bbe54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/contracts/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ await gateway.deployIdentityWithSalt(
);
```
> To deploy an identity using the wallet a the salt, use the `deployIdentityForWallet(address identityOwner)` method.
> To deploy an identity using the wallet as the salt, use the `deployIdentityForWallet(address identityOwner)` method.
> To deploy an identity using a custom salt and a specific list of management keys (other that the identity owner
> address), use the `function deployIdentityWithSaltAndManagementKeys(address identityOwner, string memory salt,
Expand Down

0 comments on commit 46bbe54

Please sign in to comment.