From d6e0b9a43dae801a20d2ba4b4d27af76b80d6c4a Mon Sep 17 00:00:00 2001 From: "C.J. Jameson" Date: Wed, 17 May 2023 15:30:23 -0700 Subject: [PATCH] fix homepage typo (#4883) # Fix Homepage Typo ## Who can review? Community members can review the PR once tests pass. Tag maintainers/contributors who might be interested... not sure --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 5d5aafdd..8b556e50 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,7 +39,7 @@ Modules ----------- | These modules are the core abstractions which we view as the building blocks of any LLM-powered application. -For each module LangChain provides standard, extendable interfaces. LanghChain also provides external integrations and even end-to-end implementations for off-the-shelf use. +For each module LangChain provides standard, extendable interfaces. LangChain also provides external integrations and even end-to-end implementations for off-the-shelf use. | The docs for each module contain quickstart examples, how-to guides, reference docs, and conceptual guides.