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