docs: fix typo in how-to guides (#28951)

This PR is to correct a simple typo in how-to guides section.
This commit is contained in:
Yanzhong Su 2025-01-02 19:11:25 +00:00 committed by GitHub
parent 0e74757b0a
commit d57f0c46da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ By default, the dependencies needed to do that are NOT installed. You will need
## Ecosystem packages
With the exception of the `langsmith` SDK, all packages in the LangChain ecosystem depend on `langchain-core`, which contains base
classes and abstractions that other packages use. The dependency graph below shows how the difference packages are related.
classes and abstractions that other packages use. The dependency graph below shows how the different packages are related.
A directed arrow indicates that the source package depends on the target package:
![](/img/ecosystem_packages.png)