From e80834d783c6306a68df54e6251d9fc307aee87c Mon Sep 17 00:00:00 2001 From: "Mazhar (Taha) Mumbaiwala" Date: Tue, 29 Aug 2023 08:00:00 +0530 Subject: [PATCH] docs: Fix spelling mistakes in Etherscan.ipynb (#9845) --- docs/extras/integrations/document_loaders/Etherscan.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extras/integrations/document_loaders/Etherscan.ipynb b/docs/extras/integrations/document_loaders/Etherscan.ipynb index 059211f14ef..120d1db9edc 100644 --- a/docs/extras/integrations/document_loaders/Etherscan.ipynb +++ b/docs/extras/integrations/document_loaders/Etherscan.ipynb @@ -8,9 +8,9 @@ "# Etherscan Loader\n", "## Overview\n", "\n", - "The Etherscan loader use etherscan api to load transacactions histories under specific account on Ethereum Mainnet.\n", + "The Etherscan loader use etherscan api to load transaction histories under specific account on Ethereum Mainnet.\n", "\n", - "You will need a Etherscan api key to proceed. The free api key has 5 calls per seconds quota.\n", + "You will need a Etherscan api key to proceed. The free api key has 5 calls per second quota.\n", "\n", "The loader supports the following six functinalities:\n", "* Retrieve normal transactions under specific account on Ethereum Mainet\n",