Skip to content

Commit

Permalink
docs[patch]: Typo fix (#23652)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jun 29, 2024
1 parent 72175c5 commit c0bb26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how_to/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0bb26e

Please sign in to comment.