From d77c7c4236df8e56fbe3acc8e0a71b57b48f1678 Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Wed, 7 Aug 2024 15:05:06 -0700 Subject: [PATCH] docs: Fix misspelling of instantiate in docs (#25107) --- docs/docs/integrations/tools/tavily_search.ipynb | 2 +- libs/cli/langchain_cli/integration_template/docs/tools.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/tools/tavily_search.ipynb b/docs/docs/integrations/tools/tavily_search.ipynb index 11c1b91902..08dc6e0844 100644 --- a/docs/docs/integrations/tools/tavily_search.ipynb +++ b/docs/docs/integrations/tools/tavily_search.ipynb @@ -93,7 +93,7 @@ "source": [ "## Instantiation\n", "\n", - "Here we show how to instatiate an instance of the Tavily search tools, with " + "Here we show how to instantiate an instance of the Tavily search tools, with " ] }, { diff --git a/libs/cli/langchain_cli/integration_template/docs/tools.ipynb b/libs/cli/langchain_cli/integration_template/docs/tools.ipynb index 01618e3034..21d6356116 100644 --- a/libs/cli/langchain_cli/integration_template/docs/tools.ipynb +++ b/libs/cli/langchain_cli/integration_template/docs/tools.ipynb @@ -107,7 +107,7 @@ "\n", "- TODO: Fill in instantiation params\n", "\n", - "Here we show how to instatiate an instance of the __ModuleName__ tool, with " + "Here we show how to instantiate an instance of the __ModuleName__ tool, with " ] }, {