Skip to content

Commit b05a199

Browse files
authored
Merge pull request #133 from mobilekosmos/patch-1
Fixed typo.
2 parents 3ad6b41 + af69314 commit b05a199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ val approveParams: ClientTypes.ApproveParams = ClientTypes.ApproveParams(account
6161

6262
WalletConnectClient.approve(approveParams)
6363
```
64-
To send a approval for the Session Proposal, pass the Session Proposal public key, ttl, and topic along with the list of accounts to the WalletConnectClient.approve function.
64+
To send an approval for the Session Proposal, pass the Session Proposal public key, ttl, and topic along with the list of accounts to the WalletConnectClient.approve function.
6565

6666
### **Session Rejection**
6767
```kotlin

0 commit comments

Comments
 (0)