From dc4ca6c600c6e3faa8fe82ba51fdb30cc9b9db98 Mon Sep 17 00:00:00 2001 From: taozui472 Date: Wed, 26 Mar 2025 15:34:10 +0800 Subject: [PATCH] fix typos --- packages/core/documentation/walletAPIdocumentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/documentation/walletAPIdocumentation.md b/packages/core/documentation/walletAPIdocumentation.md index 72d812e6..ebc8ca52 100644 --- a/packages/core/documentation/walletAPIdocumentation.md +++ b/packages/core/documentation/walletAPIdocumentation.md @@ -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 : @@ -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