From c0bb26e85b7a3124239673258041bb74d0307ccd Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Fri, 28 Jun 2024 17:27:44 -0700 Subject: [PATCH] docs[patch]: Typo fix (#23652) --- docs/docs/how_to/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/installation.mdx b/docs/docs/how_to/installation.mdx index 29614d306c1..c778c6243c3 100644 --- a/docs/docs/how_to/installation.mdx +++ b/docs/docs/how_to/installation.mdx @@ -72,7 +72,7 @@ pip install langchain-experimental ``` ### LangGraph -`langgraph` is a library for building stateful, multi-actor applications with LLM. It integrates smoothly with LangChain, but can be used without it. +`langgraph` is a library for building stateful, multi-actor applications with LLMs. It integrates smoothly with LangChain, but can be used without it. Install with: ```bash