Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/core/documentation/walletAPIdocumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const response = await myWallet.request(myRequest)
```

> [!TIP] Starknet.js proposes also the `WalletAccount` class to code at a higher
> and more confortable level.
> and more comfortable level.

# Subscription to events :

Expand Down Expand Up @@ -530,7 +530,7 @@ interface ACCOUNT_ALREADY_DEPLOYED {
}
```

- If the wallet is locked and the DAPP not connected, the method fails with this
- If the wallet is locked and the DAPP is not connected, the method fails with this
error :

```typescript
Expand Down