From 934ea807807997bd28df87b4db533dec8a14df87 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 27 Jul 2023 17:57:19 +0900 Subject: [PATCH] Fix typo in Etherscan.ipynb (#8340) specifc -> specific --- .../integrations/document_loaders/Etherscan.ipynb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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",