mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 07:35:18 +00:00
docs: Fix spelling mistake in concepts (#27589)
`Fore` => `For` Documentation Correction: * [`docs/docs/concepts/async.mdx`](diffhunk://#diff-4959e81c20607c20c7a9c38db4405a687c5d94f24fc8220377701afeee7562b0L40-R40): Corrected a typo from "Fore" to "For" in the sentence directing users to the API reference.
This commit is contained in:
parent
968dccee04
commit
71e0f4cd62
@ -37,7 +37,7 @@ await some_vectorstore.aadd_documents(documents)
|
|||||||
Runnables created using the [LangChain Expression Language (LCEL)](/docs/concepts/lcel) can also be run asynchronously as they implement
|
Runnables created using the [LangChain Expression Language (LCEL)](/docs/concepts/lcel) can also be run asynchronously as they implement
|
||||||
the full [Runnable Interface](/docs/concepts/runnables).
|
the full [Runnable Interface](/docs/concepts/runnables).
|
||||||
|
|
||||||
Fore more information, please review the [API reference](https://python.langchain.com/api_reference/) for the specific component you are using.
|
For more information, please review the [API reference](https://python.langchain.com/api_reference/) for the specific component you are using.
|
||||||
|
|
||||||
## Delegation to sync methods
|
## Delegation to sync methods
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user