docs[patch]: Typo fix (#23652)

This commit is contained in:
Jacob Lee 2024-06-28 17:27:44 -07:00 committed by GitHub
parent 72175c57bd
commit c0bb26e85b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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