From 44bdcac10499d87bbfb79dc828d799b8fadcb74c Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:39:26 +0800 Subject: [PATCH] fix some typos --- services/accounts/README.md | 4 ++-- services/wallet/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/services/accounts/README.md b/services/accounts/README.md index 0858c0baba2..d7c4051c8ea 100644 --- a/services/accounts/README.md +++ b/services/accounts/README.md @@ -14,7 +14,7 @@ API #### Parameters -- `type`: `string` - configuratin type. if not unique error is raised. +- `type`: `string` - configuration type. if not unique error is raised. - `conf`: `bytes` - raw json. ### settings_getConfig @@ -35,4 +35,4 @@ in order to remove syncing mentioned constant between status-go and users. #### Parameters -- `conf`: params.NodeConfig \ No newline at end of file +- `conf`: params.NodeConfig diff --git a/services/wallet/README.md b/services/wallet/README.md index ef2198308f8..03bb567a629 100644 --- a/services/wallet/README.md +++ b/services/wallet/README.md @@ -24,7 +24,7 @@ Wallet service provides RPC API for checking transfers history and other methods ### wallet_getTransfersByAddress -Returns avaiable transfers in a given range. +Returns available transfers in a given range. #### Parameters @@ -78,7 +78,7 @@ Returns avaiable transfers in a given range. ### GetTransfersByAddressAndChainID -Returns avaiable transfers in a given range. +Returns available transfers in a given range. #### Parameters @@ -293,7 +293,7 @@ First level keys accounts, second level keys are tokens. ### `wallet_storePendingTransaction` -Stores pending transation in the database. +Stores pending transition in the database. #### Parameters