From 5fda8383461225f77949c94de5dbeedef1068cfa Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Sun, 17 Sep 2023 15:57:09 -0700 Subject: [PATCH] Docs intro nit (#10712) --- docs/docs_skeleton/docs/get_started/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs_skeleton/docs/get_started/introduction.mdx b/docs/docs_skeleton/docs/get_started/introduction.mdx index 1ab13d6e8c6..5a2a0fb2bbd 100644 --- a/docs/docs_skeleton/docs/get_started/introduction.mdx +++ b/docs/docs_skeleton/docs/get_started/introduction.mdx @@ -12,7 +12,7 @@ The main value props of LangChain are: 1. **Components**: abstractions for working with language models, along with a collection of implementations for each abstraction. Components are modular and easy-to-use, whether you are using the rest of the LangChain framework or not 2. **Off-the-shelf chains**: a structured assembly of components for accomplishing specific higher-level tasks -Off-the-shelf chains make it easy to get started. For more complex applications and nuanced use-cases, components make it easy to customize existing chains or build new ones. +Off-the-shelf chains make it easy to get started. For complex applications, components make it easy to customize existing chains and build new ones. ## Get started