Skip to content

Commit af69314

Browse files
authored
Fixed typo.
1 parent 3ad6b41 commit af69314

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)