diff --git a/docs/extras/integrations/document_loaders/Etherscan.ipynb b/docs/extras/integrations/document_loaders/Etherscan.ipynb index 5edf0015682..059211f14ef 100644 --- a/docs/extras/integrations/document_loaders/Etherscan.ipynb +++ b/docs/extras/integrations/document_loaders/Etherscan.ipynb @@ -13,12 +13,12 @@ "You will need a Etherscan api key to proceed. The free api key has 5 calls per seconds quota.\n", "\n", "The loader supports the following six functinalities:\n", - "* Retrieve normal transactions under specifc account on Ethereum Mainet\n", - "* Retrieve internal transactions under specifc account on Ethereum Mainet\n", - "* Retrieve erc20 transactions under specifc account on Ethereum Mainet\n", - "* Retrieve erc721 transactions under specifc account on Ethereum Mainet\n", - "* Retrieve erc1155 transactions under specifc account on Ethereum Mainet\n", - "* Retrieve ethereum balance in wei under specifc account on Ethereum Mainet\n", + "* Retrieve normal transactions under specific account on Ethereum Mainet\n", + "* Retrieve internal transactions under specific account on Ethereum Mainet\n", + "* Retrieve erc20 transactions under specific account on Ethereum Mainet\n", + "* Retrieve erc721 transactions under specific account on Ethereum Mainet\n", + "* Retrieve erc1155 transactions under specific account on Ethereum Mainet\n", + "* Retrieve ethereum balance in wei under specific account on Ethereum Mainet\n", "\n", "\n", "If the account does not have corresponding transactions, the loader will a list with one document. The content of document is ''.\n",