From 6e974b5f049c89774c8aaa36d4013f3caf77b294 Mon Sep 17 00:00:00 2001 From: Russ Date: Fri, 26 May 2023 20:55:21 -0500 Subject: [PATCH] Fix typos (#5323) # Documentation typo fixes Fixes # (issue) Simple typos in the blockchain .ipynb documentation --- .../modules/indexes/document_loaders/examples/blockchain.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/indexes/document_loaders/examples/blockchain.ipynb b/docs/modules/indexes/document_loaders/examples/blockchain.ipynb index fea0239a14..cc08264e16 100644 --- a/docs/modules/indexes/document_loaders/examples/blockchain.ipynb +++ b/docs/modules/indexes/document_loaders/examples/blockchain.ipynb @@ -19,6 +19,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "metadata": { "id": "juAmbgoWD17u" @@ -29,7 +30,7 @@ "Initially this Loader supports:\n", "\n", "* Loading NFTs as Documents from NFT Smart Contracts (ERC721 and ERC1155)\n", - "* Ethereum Maninnet, Ethereum Testnet, Polgyon Mainnet, Polygon Testnet (default is eth-mainnet)\n", + "* Ethereum Mainnnet, Ethereum Testnet, Polygon Mainnet, Polygon Testnet (default is eth-mainnet)\n", "* Alchemy's getNFTsForCollection API\n", "\n", "It can be extended if the community finds value in this loader. Specifically:\n",