diff --git a/docs/exchanges.md b/docs/exchanges.md index 166e48a15..14cad5f5e 100644 --- a/docs/exchanges.md +++ b/docs/exchanges.md @@ -311,7 +311,7 @@ walletAddress must be in hex format: `0x<40 hex characters>`, and can be easily privateKey also must be in hex format: `0x<64 hex characters>`. -If needed you can use your mnemonic phrase (the 12 or 24 words you had to write down when creating your wallet) to generate your pivate key in python. First install eth_account: +If needed you can use your mnemonic phrase (the 12 or 24 words you had to write down when creating your wallet) to generate your private key in python. First install eth_account: ```shell $ pip3 install eth_account ```