Skip to content

Commit b1e6d37

Browse files
authored
Update interact-with-contracts.md (#1884)
1 parent 1c9e8fe commit b1e6d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/guides/interact-with-contracts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Write to contracts:
161161
```javascript
162162
async function mintNFT(contractAddress, tokenId) {
163163
try {
164-
// Get user"s account
164+
// Get user's account
165165
const accounts = await ethereum.request({
166166
method: "eth_requestAccounts"
167167
});

0 commit comments

Comments
 (0)