Skip to content

Commit d57f0c4

Browse files
authored
docs: fix typo in how-to guides (#28951)
This PR is to correct a simple typo in how-to guides section.
1 parent 0e74757 commit d57f0c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/how_to/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ By default, the dependencies needed to do that are NOT installed. You will need
3131
## Ecosystem packages
3232

3333
With the exception of the `langsmith` SDK, all packages in the LangChain ecosystem depend on `langchain-core`, which contains base
34-
classes and abstractions that other packages use. The dependency graph below shows how the difference packages are related.
34+
classes and abstractions that other packages use. The dependency graph below shows how the different packages are related.
3535
A directed arrow indicates that the source package depends on the target package:
3636

3737
![](/img/ecosystem_packages.png)
@@ -115,4 +115,4 @@ If you want to install a package from source, you can do so by cloning the [main
115115
pip install -e .
116116
```
117117

118-
LangGraph, LangSmith SDK, and certain integration packages live outside the main LangChain repo. You can see [all repos here](https://github.com/langchain-ai).
118+
LangGraph, LangSmith SDK, and certain integration packages live outside the main LangChain repo. You can see [all repos here](https://github.com/langchain-ai).

0 commit comments

Comments
 (0)